mm: Remove false WARN_ON from pagecache_isize_extended()
authorJan Kara <jack@suse.cz>
Wed, 29 Oct 2014 23:35:00 +0000 (10:35 +1100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Nov 2014 17:00:11 +0000 (09:00 -0800)
commitda357d7aab5e47f5a9bd806980f4cbb1e76f523d
tree8df7bcadb9ba7ad5a6f8d4fc7297fee0060249d6
parent09eea6d2a92e092897d6767988e21186d2ed781e
mm: Remove false WARN_ON from pagecache_isize_extended()

commit f55fefd1a5a339b1bd08c120b93312d6eb64a9fb upstream.

The WARN_ON checking whether i_mutex is held in
pagecache_isize_extended() was wrong because some filesystems (e.g.
XFS) use different locks for serialization of truncates / writes. So
just remove the check.

Signed-off-by: Jan Kara <jack@suse.cz>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
mm/truncate.c