diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/lockd/lockd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/lockd/lockd.h b/include/linux/lockd/lockd.h index bcb93fc1fce7..102d928f7206 100644 --- a/include/linux/lockd/lockd.h +++ b/include/linux/lockd/lockd.h | |||
@@ -223,6 +223,7 @@ void nlmsvc_invalidate_all(void); | |||
223 | /* | 223 | /* |
224 | * Cluster failover support | 224 | * Cluster failover support |
225 | */ | 225 | */ |
226 | int nlmsvc_unlock_all_by_sb(struct super_block *sb); | ||
226 | int nlmsvc_unlock_all_by_ip(__be32 server_addr); | 227 | int nlmsvc_unlock_all_by_ip(__be32 server_addr); |
227 | 228 | ||
228 | static inline struct inode *nlmsvc_file_inode(struct nlm_file *file) | 229 | static inline struct inode *nlmsvc_file_inode(struct nlm_file *file) |