vfs_gpfs: Remove warning after failure of get_gpfs_fset_id
authorChristof Schmitt <cs@samba.org>
Fri, 27 Mar 2015 20:16:41 +0000 (13:16 -0700)
committerDavid Disseldorp <ddiss@samba.org>
Mon, 30 Mar 2015 09:04:15 +0000 (11:04 +0200)
get_gpfs_fset_id already emits more detailed warnings, there is no need
to print an additional warning in the calling function.

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: David Disseldorp <ddiss@samba.org>
source3/modules/vfs_gpfs.c

index 8d9d897702cb136140aad71cb4791545aba0f600..2044a0ef1ff978470fe8d32d35dc4a554bae2647 100644 (file)
@@ -2145,8 +2145,6 @@ static int vfs_gpfs_get_quotas(const char *path, uid_t uid, gid_t gid,
 
        err = get_gpfs_fset_id(dir_path, fset_id);
        if (err) {
-               DEBUG(0, ("Get fset id failed path %s, dir %s, errno %d.\n",
-                         path, dir_path, errno));
                return err;
        }