X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fnfs_xdr.h;fp=include%2Flinux%2Fnfs_xdr.h;h=8d780de371f029d198d0a5a10385ed67283044a1;hb=2116271a347d1181b5497602c2bfada1de8fd53b;hp=24263bb8e0bebdc62892cdb6b1a2527e0a0023cc;hpb=f3d47a3a6a1484a93c8cfe1e8c8d4399c95199c7;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 24263bb8e0b..8d780de371f 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h @@ -832,6 +832,7 @@ struct nfs_rpc_ops { int (*file_open) (struct inode *, struct file *); int (*file_release) (struct inode *, struct file *); int (*lock)(struct file *, int, struct file_lock *); + int (*lock_check_bounds)(const struct file_lock *); void (*clear_acl_cache)(struct inode *); };