vfs_gpfs: Remove check for fileset quota
authorChristof Schmitt <cs@samba.org>
Mon, 6 Apr 2015 21:56:11 +0000 (14:56 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 16 Apr 2015 22:49:21 +0000 (00:49 +0200)
commitdd029e6c6f57e94fc7151c645ce67295a85a2c28
treef4f99485bc9a68990bfc1f67adb760941d7dee8f
parent13a2011a05ce577e039b00147002c9e7a98355b6
vfs_gpfs: Remove check for fileset quota

Querying the fileset id requires additional GPFS API calls and also
opening a directory, which might have other side effects. A better
option would be configuring the file system with --filesetdf, then the
fileset quota is automatically reflected in the free space information
reported from gpfs.

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_gpfs.c