Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/fs/affs
Roman Zippel dca3c33652 [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 <zippel@linux-m68k.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2008-05-06 13:45:33 -04:00
..
affs.h [PATCH] fix reservation discarding in affs 2008-05-06 13:45:33 -04:00
amigaffs.c
bitmap.c
Changes
dir.c
file.c [PATCH] fix reservation discarding in affs 2008-05-06 13:45:33 -04:00
inode.c [PATCH] fix reservation discarding in affs 2008-05-06 13:45:33 -04:00
Makefile
namei.c [PATCH] fix reservation discarding in affs 2008-05-06 13:45:33 -04:00
super.c [PATCH] fix reservation discarding in affs 2008-05-06 13:45:33 -04:00
symlink.c