Anatol Pomozov 39b6525274 fs: Preserve error code in get_empty_filp(), part 2
Allocating a file structure in function get_empty_filp() might fail because
of several reasons:
 - not enough memory for file structures
 - operation is not allowed
 - user is over its limit

Currently the function returns NULL in all cases and we loose the exact
reason of the error. All callers of get_empty_filp() assume that the function
can fail with ENFILE only.

Return error through pointer. Change all callers to preserve this error code.

[AV: cleaned up a bit, carved the get_empty_filp() part out into a separate commit
(things remaining here deal with alloc_file()), removed pipe(2) behaviour change]

Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com>
Reviewed-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2013-02-22 23:31:32 -05:00
..
2012-05-29 23:28:33 -04:00
2013-02-22 23:31:31 -05:00
2012-01-03 22:54:56 -05:00
2013-02-22 23:31:31 -05:00
2013-02-22 23:31:31 -05:00
2011-07-26 16:49:47 -07:00
2012-12-20 07:06:56 -08:00
2012-12-16 15:18:08 -08:00
2012-10-09 16:23:03 +09:00
2013-02-22 23:31:31 -05:00
2012-12-16 15:18:08 -08:00
2013-02-22 23:31:31 -05:00
2012-06-20 14:39:36 -07:00
2012-12-16 15:18:08 -08:00
2012-12-18 15:02:14 -08:00
2012-12-18 15:02:14 -08:00
2012-10-09 16:22:55 +09:00
2013-02-22 23:31:31 -05:00
2012-12-20 18:46:29 -05:00
2012-10-28 19:29:19 +01:00
2012-12-16 15:18:08 -08:00