Revision eb35c218d83ec0780d9db869310f2e333f628702 authored by Jeff Mahoney on 08 July 2008, 18:37:06 UTC, committed by Linus Torvalds on 08 July 2008, 19:39:31 UTC
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 <jeffm@suse.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 90621ed
History
File Mode Size
include
ss
Kconfig -rw-r--r-- 6.3 KB
Makefile -rw-r--r-- 425 bytes
avc.c -rw-r--r-- 23.7 KB
exports.c -rw-r--r-- 1.6 KB
hooks.c -rw-r--r-- 136.9 KB
netif.c -rw-r--r-- 7.6 KB
netlabel.c -rw-r--r-- 9.0 KB
netlink.c -rw-r--r-- 2.4 KB
netnode.c -rw-r--r-- 8.7 KB
netport.c -rw-r--r-- 7.1 KB
nlmsgtab.c -rw-r--r-- 6.0 KB
selinuxfs.c -rw-r--r-- 39.4 KB
xfrm.c -rw-r--r-- 10.5 KB

back to top