ext4: down i_data_sem only for read when walking tree for fiemap
authorTheodore Ts'o <tytso@mit.edu>
Mon, 18 May 2009 03:31:23 +0000 (23:31 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 18 May 2009 03:31:23 +0000 (23:31 -0400)
Not sure why I put this in as down_write originally; all we are
doing is walking the tree, nothing will change under us and
concurrent reads should be no problem.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found