mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
b8e1343f67
Stop the SYSV filesystem from using iget() and read_inode(). Replace sysv_read_inode() with sysv_iget(), and call that instead of iget(). sysv_iget() then uses iget_locked() directly and returns a proper error code instead of an inode in the event of an error. [akpm@linux-foundation.org: coding-style fixes] Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> |
||
---|---|---|
.. | ||
balloc.c | ||
dir.c | ||
file.c | ||
ialloc.c | ||
inode.c | ||
itree.c | ||
Makefile | ||
namei.c | ||
super.c | ||
symlink.c | ||
sysv.h |