]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] reiserfs: missing kmalloc failure check
authorDiego Calleja <diegocg@gmail.com>
Wed, 1 Feb 2006 11:06:44 +0000 (03:06 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 1 Feb 2006 16:53:25 +0000 (08:53 -0800)
commite5dd259f78ba0fd0c7bfc5c52179dbbff3eb48aa
tree490eb5d878b54293b95e9fee5a377b1b5c688326
parent8c777cc4be1390862d053cbc002246e87572147b
[PATCH] reiserfs: missing kmalloc failure check

According to http://bugzilla.kernel.org/show_bug.cgi?id=5778
fs/reiserfs/file.c is missing this check.

Signed-off-by: Diego Calleja <diegocg@gmail.com>
Cc: Jeff Mahoney <jeffm@suse.com>
Cc: Chris Mason <mason@suse.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/reiserfs/file.c