vfs_gpfs: make vfs_gpfs_connect() a no-op on IPC shares
commit1a3ac7a940fbb4ad8575ee3b0c56c9de2bf4b1f6
authorRalph Boehme <slow@samba.org>
Fri, 6 Aug 2021 10:05:44 +0000 (6 12:05 +0200)
committerRalph Boehme <slow@samba.org>
Thu, 26 Aug 2021 19:18:31 +0000 (26 19:18 +0000)
tree2850426e2c50b65b0ee7818368428b275016f375
parent070dce224bbe190266682c5e362bc2b0ed798ecc
vfs_gpfs: make vfs_gpfs_connect() a no-op on IPC shares

We don't ever expect any filesystem IO operations to be called on an IPC shares,
so there's no need to initialize the module here.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14771

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Christof Schmitt <cs@samba.org>
source3/modules/vfs_gpfs.c