Al Viro
2fb1e3086d
[PATCH] jffs2: fix symlink error handling
...
The current calling conventions for ->follow_link() are already fairly
complex.
What we have is
1) you can return -error; then you must release nameidata yourself
and ->put_link() will _not_ be called.
2) you can do nd_set_link(nd, ERR_PTR(-error)) and return 0
3) you can do nd_set_link(nd, path) and return 0
4) you can return 0 (after having moved nameidata yourself)
jffs2 follow_link() is broken - it has an exit where it returns
-EIO and leaks nameidata.
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-08-19 17:57:19 -07:00
..
2005-06-25 17:10:13 -07:00
2005-07-27 16:25:51 -07:00
2005-08-14 15:27:24 -07:00
2005-06-20 15:15:11 -07:00
2005-06-23 09:45:20 -07:00
2005-07-27 16:26:07 -07:00
2005-07-27 16:26:07 -07:00
2005-06-30 22:29:48 -07:00
2005-06-30 08:45:12 -07:00
2005-08-01 21:38:00 -07:00
2005-08-01 21:38:00 -07:00
2005-07-28 21:46:05 -07:00
2005-07-14 09:00:25 -07:00
2005-06-21 18:46:16 -07:00
2005-08-06 09:42:06 -07:00
2005-06-25 17:10:13 -07:00
2005-07-27 16:25:49 -07:00
2005-08-19 17:57:19 -07:00
2005-08-10 11:14:39 -05:00
2005-07-13 11:25:24 -07:00
2005-06-25 16:25:04 -07:00
2005-08-18 12:53:57 -07:00
2005-08-16 08:52:11 -07:00
2005-08-17 12:53:05 -07:00
2005-05-05 16:36:47 -07:00
2005-08-16 19:42:56 +01:00
2005-06-25 16:24:59 -07:00
2005-06-25 16:24:53 -07:00
2005-06-24 14:14:24 -07:00
2005-08-18 12:53:57 -07:00
2005-07-29 13:12:49 -07:00
2005-06-30 08:45:11 -07:00
2005-06-25 17:10:13 -07:00
2005-06-28 21:20:32 -07:00
2005-07-12 20:38:38 -07:00
2005-05-05 16:36:47 -07:00
2005-06-21 18:46:16 -07:00
2005-06-21 18:46:16 -07:00
2005-06-06 14:57:51 -07:00
2005-08-07 10:00:38 -07:00
2005-06-23 09:45:32 -07:00
2005-07-07 18:23:45 -07:00
2005-07-12 16:01:02 -07:00
2005-07-12 20:38:38 -07:00
2005-08-08 11:53:47 -07:00
2005-07-07 18:23:52 -07:00
2005-06-24 00:05:19 -07:00
2005-06-25 16:25:11 -07:00
2005-06-23 09:45:30 -07:00
2005-07-12 16:01:01 -07:00
2005-07-27 16:26:06 -07:00
2005-07-12 20:38:38 -07:00
2005-06-23 09:45:27 -07:00
2005-07-13 11:25:24 -07:00
2005-08-15 09:48:31 -07:00
2005-07-07 18:23:37 -07:00
2005-08-04 13:11:15 -07:00
2005-06-25 16:24:38 -07:00
2005-07-27 16:26:06 -07:00
2005-07-12 20:38:38 -07:00
2005-07-27 16:26:07 -07:00
2005-06-04 17:12:59 -07:00
2005-08-15 09:50:31 -07:00
2005-08-07 10:00:38 -07:00
2005-07-12 20:38:38 -07:00
2005-06-23 09:45:27 -07:00
2005-07-12 20:38:38 -07:00
2005-05-05 16:36:47 -07:00
2005-07-07 18:23:52 -07:00
2005-07-12 20:38:38 -07:00