From: Jeff Mahoney Date: Tue, 8 Jul 2008 18:37:06 +0000 (-0400) Subject: reiserfs: discard prealloc in reiserfs_delete_inode X-Git-Tag: v2.6.26~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb35c218d83ec0780d9db869310f2e333f628702;p=pandora-kernel.git reiserfs: discard prealloc in reiserfs_delete_inode With the removal of struct file from the xattr code, reiserfs_file_release() isn't used anymore, so the prealloc isn't discarded. This causes hangs later down the line. This patch adds it to reiserfs_delete_inode. In most cases it will be a no-op due to it already having been called, but will avoid hangs with xattrs. Signed-off-by: Jeff Mahoney Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed