mirror of https://github.com/torvalds/linux.git
- 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> |
||
|---|---|---|
| .. | ||
| Changes | ||
| Makefile | ||
| affs.h | ||
| amigaffs.c | ||
| bitmap.c | ||
| dir.c | ||
| file.c | ||
| inode.c | ||
| namei.c | ||
| super.c | ||
| symlink.c | ||