]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - fs/nfsd/nfs4state.c
nfsd: wrap all accesses to st_deny_bmap
authorJeff Layton <jlayton@redhat.com>
Fri, 11 May 2012 13:45:14 +0000 (09:45 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 1 Jun 2012 00:29:48 +0000 (20:29 -0400)
commitce0fc43c5a09d50ff5ffe208cbb0d3a9c82f038a
treece9842a9df9b30da17e35df89c6be0fbba8fdd7e
parent82c5ff1b1409f43ccb282cbdfcb06991714e4c5f
nfsd: wrap all accesses to st_deny_bmap

Handle the st_deny_bmap in a similar fashion to the st_access_bmap. Add
accessor functions and use those instead of bare bitops.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4state.c