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
Lubomir Rintel 46c23d7f52 sysvfs: fix NULL deref. when allocating new inode
A call to sysv_write_inode() in sysv_new_inode() to its new interface that
replaced wait flag with writeback structure.  This was broken by
a9185b41a4 ("pass writeback_control to
->write_inode").

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Cc: Christoph Hellwig <hch@infradead.org>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: <stable@kernel.org>		[2.6.34.x]
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2010-06-29 15:29:32 -07:00
..
Kconfig fs/Kconfig: move sysv out 2009-01-22 13:15:59 +03:00
Makefile
balloc.c
dir.c rename the generic fsync implementations 2010-05-27 22:06:06 -04:00
file.c rename the generic fsync implementations 2010-05-27 22:06:06 -04:00
ialloc.c sysvfs: fix NULL deref. when allocating new inode 2010-06-29 15:29:32 -07:00
inode.c fix fs/sysv s_dirt handling 2010-05-27 22:16:05 -04: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