Loading fs/ocfs2/dlmglue.c +4 −4 Original line number Diff line number Diff line Loading @@ -1063,7 +1063,7 @@ static void ocfs2_cluster_unlock(struct ocfs2_super *osb, mlog_exit_void(); } int ocfs2_create_new_lock(struct ocfs2_super *osb, static int ocfs2_create_new_lock(struct ocfs2_super *osb, struct ocfs2_lock_res *lockres, int ex, int local) Loading fs/ocfs2/dlmglue.h +0 −2 Original line number Diff line number Diff line Loading @@ -68,8 +68,6 @@ void ocfs2_dentry_lock_res_init(struct ocfs2_dentry_lock *dl, u64 parent, struct inode *inode); void ocfs2_lock_res_free(struct ocfs2_lock_res *res); int ocfs2_create_new_inode_locks(struct inode *inode); int ocfs2_create_new_lock(struct ocfs2_super *osb, struct ocfs2_lock_res *lockres, int ex, int local); int ocfs2_drop_inode_locks(struct inode *inode); int ocfs2_data_lock_full(struct inode *inode, int write, Loading Loading
fs/ocfs2/dlmglue.c +4 −4 Original line number Diff line number Diff line Loading @@ -1063,7 +1063,7 @@ static void ocfs2_cluster_unlock(struct ocfs2_super *osb, mlog_exit_void(); } int ocfs2_create_new_lock(struct ocfs2_super *osb, static int ocfs2_create_new_lock(struct ocfs2_super *osb, struct ocfs2_lock_res *lockres, int ex, int local) Loading
fs/ocfs2/dlmglue.h +0 −2 Original line number Diff line number Diff line Loading @@ -68,8 +68,6 @@ void ocfs2_dentry_lock_res_init(struct ocfs2_dentry_lock *dl, u64 parent, struct inode *inode); void ocfs2_lock_res_free(struct ocfs2_lock_res *res); int ocfs2_create_new_inode_locks(struct inode *inode); int ocfs2_create_new_lock(struct ocfs2_super *osb, struct ocfs2_lock_res *lockres, int ex, int local); int ocfs2_drop_inode_locks(struct inode *inode); int ocfs2_data_lock_full(struct inode *inode, int write, Loading