remove useless mnt_want_write call in xfs_write
authorChristoph Hellwig <hch@lst.de>
Wed, 3 Dec 2008 11:20:22 +0000 (12:20 +0100)
committerNiv Sardi <xaiki@sgi.com>
Thu, 4 Dec 2008 04:39:19 +0000 (15:39 +1100)
commit2234d54d3d855d6ffae88a24772a9389d6755e0c
tree7b08b29770cc9aa80d34b55ec811d190dd2ba70e
parentddcd856d81861a523d79d077facd875da1f66792
remove useless mnt_want_write call in xfs_write

When mnt_want_write was introduced a call to it was added around
xfs_ichgtime, but there is no need for this because a file can't be open
read/write on a r/o mount, and a mount can't degrade r/o while we still
have files open for writing.  As the mnt_want_write changes were never
merged into the CVS tree this patch is for mainline only.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <david@fromorbit.com>
Signed-off-by: Niv Sardi <xaiki@sgi.com>
fs/xfs/linux-2.6/xfs_lrw.c