dect
/
linux-2.6
Archived
13
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/sysv
Dan Carpenter 404e781249 fs/sysv: dereferencing ERR_PTR()
I moved the dir_put_page() inside the if condition so we don't dereference
"page", if it's an ERR_PTR().

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2010-05-15 07:16:33 -04:00
..
Kconfig fs/Kconfig: move sysv out 2009-01-22 13:15:59 +03:00
Makefile
balloc.c
dir.c fs/sysv: dereferencing ERR_PTR() 2010-05-15 07:16:33 -04:00
file.c repair sysv_write_inode(), switch sysv to simple_fsync() 2009-06-11 21:36:12 -04:00
ialloc.c CRED: Wrap task credential accesses in the SYSV filesystem 2008-11-14 10:39:02 +11:00
inode.c pass writeback_control to ->write_inode 2010-03-05 13:25:52 -05:00
itree.c sysv: convert to new aops 2007-10-16 09:42:57 -07:00
namei.c constify dentry_operations: misc filesystems 2009-03-27 14:44:00 -04:00
super.c iget: stop the SYSV filesystem from using iget() and read_inode() 2008-02-07 08:42:29 -08:00
symlink.c [PATCH] mark struct inode_operations const 3 2007-02-12 09:48:46 -08:00
sysv.h pass writeback_control to ->write_inode 2010-03-05 13:25:52 -05:00