From: Christoph Hellwig Date: Wed, 9 Sep 2009 23:19:02 +0000 (-0500) Subject: xfs: use correct log reservation when handling ENOSPC in xfs_create X-Git-Tag: v2.6.32-rc1~661^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4734d401d43c6469d568caf223d37aa0fc1bf4dc;p=pandora-kernel.git xfs: use correct log reservation when handling ENOSPC in xfs_create We added the ENOSPC handling patch in xfs_create just after it got mered with xfs_mkdir. Change the log reservation to the variable for either the create or mkdir value so it does the right thing if get here for creating a directory. Signed-off-by: Christoph Hellwig Signed-off-by: Alex Elder --- Reading git-diff-tree failed