locks: plumb a "priv" pointer into the setlease routines
In later patches, we're going to add a new lock_manager_operation to finish setting up the lease while still holding the i_lock. To do this, we'll need to pass a little bit of info in the fcntl setlease case (primarily an fasync structure). Plumb the extra pointer into there in advance of that. We declare this pointer as a void ** to make it clear that this is private info, and that the caller isn't required to set this unless the lm_setup specifically requires it. Signed-off-by:Jeff Layton <jlayton@primarydata.com> Reviewed-by:
Christoph Hellwig <hch@lst.de>
Showing
- Documentation/filesystems/Locking 1 addition, 1 deletionDocumentation/filesystems/Locking
- Documentation/filesystems/vfs.txt 1 addition, 1 deletionDocumentation/filesystems/vfs.txt
- fs/cifs/cifsfs.c 4 additions, 3 deletionsfs/cifs/cifsfs.c
- fs/libfs.c 3 additions, 1 deletionfs/libfs.c
- fs/locks.c 20 additions, 12 deletionsfs/locks.c
- fs/nfsd/nfs4state.c 2 additions, 2 deletionsfs/nfsd/nfs4state.c
- include/linux/fs.h 6 additions, 6 deletionsinclude/linux/fs.h
Loading
Please register or sign in to comment