From: Dave Chinner Date: Fri, 23 Nov 2012 03:24:23 +0000 (+1100) Subject: xfs: inode allocation should use unmapped buffers. X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~55^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c4cebe8e02dd0b0e655605442bbe9268db9ed4f;p=pandora-kernel.git 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 Reviewed-by: Christoph Hellwig Reviewed-by: Mark Tinguely Signed-off-by: Dave Chinner Signed-off-by: Ben Myers --- Reading git-diff-tree failed