diff options
Diffstat (limited to 'fs/ocfs2/dlmglue.h')
-rw-r--r-- | fs/ocfs2/dlmglue.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ocfs2/dlmglue.h b/fs/ocfs2/dlmglue.h index 3f8d9986b8e0..e1fd5721cd7f 100644 --- a/fs/ocfs2/dlmglue.h +++ b/fs/ocfs2/dlmglue.h | |||
@@ -115,6 +115,8 @@ void ocfs2_super_unlock(struct ocfs2_super *osb, | |||
115 | int ex); | 115 | int ex); |
116 | int ocfs2_rename_lock(struct ocfs2_super *osb); | 116 | int ocfs2_rename_lock(struct ocfs2_super *osb); |
117 | void ocfs2_rename_unlock(struct ocfs2_super *osb); | 117 | void ocfs2_rename_unlock(struct ocfs2_super *osb); |
118 | int ocfs2_nfs_sync_lock(struct ocfs2_super *osb, int ex); | ||
119 | void ocfs2_nfs_sync_unlock(struct ocfs2_super *osb, int ex); | ||
118 | int ocfs2_dentry_lock(struct dentry *dentry, int ex); | 120 | int ocfs2_dentry_lock(struct dentry *dentry, int ex); |
119 | void ocfs2_dentry_unlock(struct dentry *dentry, int ex); | 121 | void ocfs2_dentry_unlock(struct dentry *dentry, int ex); |
120 | int ocfs2_file_lock(struct file *file, int ex, int trylock); | 122 | int ocfs2_file_lock(struct file *file, int ex, int trylock); |