Re: [Ocfs2-devel] [PATCH v2] ocfs2: goto out_unlock if ocfs2_get_clusters_nocache failed in ocfs2_fiemap

2013-05-22 Thread Sunil Mushran
Acked-by: Sunil Mushran On Tue, May 14, 2013 at 12:08 AM, Joseph Qi wrote: > Last time we found there is a lock/unlock bug in ocfs2_file_aio_write, > and then we did a thoroughly search for all lock resources in > ocfs2_inode_info, including rw, inode and open lockres and found this > bug. > M

[Ocfs2-devel] [PATCH v2] ocfs2: goto out_unlock if ocfs2_get_clusters_nocache failed in ocfs2_fiemap

2013-05-14 Thread Joseph Qi
Last time we found there is a lock/unlock bug in ocfs2_file_aio_write, and then we did a thoroughly search for all lock resources in ocfs2_inode_info, including rw, inode and open lockres and found this bug. My kernel version is 3.0.13, and it is also in the lastest version 3.9. In ocfs2_fiemap, on