]> git.karo-electronics.de Git - karo-tx-linux.git/commit
cifs: don't override the uid/gid in getattr when cifsacl is enabled
authorJeff Layton <jlayton@redhat.com>
Fri, 19 Oct 2012 15:24:37 +0000 (11:24 -0400)
committerJeff Layton <jlayton@redhat.com>
Fri, 19 Oct 2012 15:24:37 +0000 (11:24 -0400)
commita845918150bccfc0481563c06fbc752bb8fd6d22
treeb6ecef5c88780faf59b1afe3b316e5b361b3de30
parentd223c737b80fa17b9f966102d085d59df46f5655
cifs: don't override the uid/gid in getattr when cifsacl is enabled

If we're using cifsacl, then we don't want to override the uid/gid with
the current uid/gid, since that would prevent you from being able to
upcall for this info.

Reviewed-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
fs/cifs/inode.c