summaryrefslogtreecommitdiff
path: root/net/unix
diff options
context:
space:
mode:
authorJeff Mahoney <jeffm@suse.com>2009-03-30 18:02:39 (GMT)
committerLinus Torvalds <torvalds@linux-foundation.org>2009-03-30 19:16:38 (GMT)
commit0ab2621ebd9a28bf7a524ecd50d492a10579dfcc (patch)
tree62dda6de2fed116aff363190f95a58d56c690e3e /net/unix
parent48b32a3553a54740d236b79a90f20147a25875e3 (diff)
downloadlinux-fsl-qoriq-0ab2621ebd9a28bf7a524ecd50d492a10579dfcc.tar.xz
reiserfs: journaled xattrs
Deadlocks are possible in the xattr code between the journal lock and the xattr sems. This patch implements journalling for xattr operations. The benefit is twofold: * It gets rid of the deadlock possibility by always ensuring that xattr write operations are initiated inside a transaction. * It corrects the problem where xattr backing files aren't considered any differently than normal files, despite the fact they are metadata. I discussed the added journal load with Chris Mason, and we decided that since xattrs (versus other journal activity) is fairly rare, the introduction of larger transactions to support journaled xattrs wouldn't be too big a deal. Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'net/unix')
0 files changed, 0 insertions, 0 deletions