diff --git a/[refs] b/[refs] index b3bc09cc5fc1..757e08c98412 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 961cecbee6786f4b1f1b8f695e87045b583f9f49 +refs/heads/master: c259ae52e204d42f8b2d484c85517a4c367030e1 diff --git a/trunk/fs/ocfs2/file.c b/trunk/fs/ocfs2/file.c index be2dd95d3a1d..ec2ed15c3daa 100644 --- a/trunk/fs/ocfs2/file.c +++ b/trunk/fs/ocfs2/file.c @@ -1766,8 +1766,8 @@ static int __ocfs2_change_file_space(struct file *file, struct inode *inode, out_rw_unlock: ocfs2_rw_unlock(inode, 1); - mutex_unlock(&inode->i_mutex); out: + mutex_unlock(&inode->i_mutex); return ret; }