| commit | bad0dcffc21d17a07dbb83a2bf764f35a57feba5 | [log] [tgz] |
|---|---|---|
| author | Al Viro <viro@zeniv.linux.org.uk> | Wed Nov 23 12:03:18 2011 -0500 |
| committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jan 03 22:52:35 2012 -0500 |
| tree | bb2ed8685bafc927df70307ba13df53469000255 | |
| parent | a561be7100cd610bd2e082f3211c1dfb45835817 [diff] |
new helpers: fh_{want,drop}_write()
A bunch of places in nfsd does mnt_{want,drop}_write on vfsmount of
export of given fhandle. Switched to obvious inlined helpers...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>