xfs: inode allocation should use unmapped buffers.
authorDave Chinner <dchinner@redhat.com>
Fri, 23 Nov 2012 03:24:23 +0000 (14:24 +1100)
committerBen Myers <bpm@sgi.com>
Mon, 26 Nov 2012 22:01:31 +0000 (16:01 -0600)
commit7c4cebe8e02dd0b0e655605442bbe9268db9ed4f
tree32f3c09c78acd7b956c5437641f133cd694f7100
parent0acba3cd018c51e529a6f008c092629ad2e9e0a4
xfs: inode allocation should use unmapped buffers.

Inode buffers do not need to be mapped as inodes are read or written
directly from/to the pages underlying the buffer. This fixes a
regression introduced by commit 611c994 ("xfs: make XBF_MAPPED the
default behaviour").

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_ialloc.c