On Tuesday January 15, [email protected] wrote:
> Revised version of the patch:
>
> * based on comment from Neil Brown, use sscanf() to parse IP address (a
> cool idea imo).
> * the "ret" inside nlm_traverse_files() is now the file count that can't
> be unlocked.
> * other minor changes from latest round of review.
>
> Thanks to all for the review !
>
> -- Wendy
>
> Two new NFSD procfs files are added:
> /proc/fs/nfsd/unlock_ip
> /proc/fs/nfsd/unlock_filesystem
>
> They are intended to allow admin or user mode script to release NLM locks
> based on either a path name or a server in-bound ip address (ipv4 for now)
> as;
>
> shell> echo 10.1.1.2 > /proc/fs/nfsd/unlock_ip
> shell> echo /mnt/sfs1 > /proc/fs/nfsd/unlock_filesystem
>
> Signed-off-by: S. Wendy Cheng <[email protected]>
> Signed-off-by: Lon Hohberger <[email protected]>
> Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed-By: NeilBrown <[email protected]>
Thanks.
NeilBrown