From: Roman Zippel Date: Tue, 29 Apr 2008 15:02:20 +0000 (+0200) Subject: [PATCH] fix reservation discarding in affs X-Git-Tag: v2.6.26-rc2~58^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dca3c33652e437ed02c30ed3eca3cecd0cc00838;p=pandora-kernel.git [PATCH] fix reservation discarding in affs - remove affs_put_inode, so preallocations aren't discared unnecessarily often. - remove affs_drop_inode, it's called with a spinlock held, so it can't use a mutex. - make i_opencnt atomic - avoid direct b_count manipulations - a few allocation failure fixes, so that these are more gracefully handled now. Signed-off-by: Roman Zippel Signed-off-by: Christoph Hellwig Signed-off-by: Al Viro --- Reading git-diff-tree failed