summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2005-01-04 05:35:33 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-01-04 05:35:33 -0800
commitf9346132da60953c5d861d9667684c436eb151a4 (patch)
treeda366d2fe1bc097f2ef78144ed7cb63b62aef11b /include/linux
parent55521f5093f9ee5fe20b69f73fed4d4ba153918a (diff)
[PATCH] udf: fix reservation discarding
UDF discards file preallocations on every ->put_inode which is totally bogus. It already discards them in ->release which makes sense for normal writes, so the only additional discard is in ->clear_inode so we make sure we don't leak any reservations for shared writeable mappings. This follows similar changes to ext2 and ext3. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions