Miklos Szeredi
2b579beec2
[PATCH] proc: link count fix
...
This patch fixes bug titled "sunrpc as module and bad proc/sys link count"
reported by Jiri Slaby.
The problem was, that only proc_dir_entry->nlink was updated and the
corresponding inode->i_nlink was not. The fix is to implement the
inode->getattr() method, and update i_nlink (if necessary).
A quick audit of proc code shows that no other attribute changes after
creation.
Signed-off-by: Miklos Szeredi <miklos@szeredi.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-09-07 16:57:28 -07:00
..
2005-08-20 17:20:28 +01:00
2005-08-19 18:08:21 -07:00
2005-08-19 18:02:56 -07:00
2005-08-19 18:08:21 -07:00
2005-08-20 13:20:01 -07:00
2005-08-26 16:05:35 -07:00
2005-08-19 18:08:21 -07:00
2005-09-05 00:05:52 -07:00
2005-09-07 16:57:23 -07:00
2005-09-07 16:57:23 -07:00
2005-09-07 16:57:26 -07:00
2005-08-20 14:30:50 -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-08-26 11:39:19 -07:00
2005-08-06 09:42:06 -07:00
2005-09-07 16:57:19 -07:00
2005-07-27 16:25:49 -07:00
2005-08-19 18:08:21 -07:00
2005-09-07 16:57:23 -07:00
2005-07-13 11:25:24 -07:00
2005-08-19 18:44:56 -07:00
2005-08-16 08:52:11 -07:00
2005-09-07 16:57:25 -07:00
2005-08-16 19:42:56 +01:00
2005-09-07 16:57:28 -07:00
2005-08-18 12:53:57 -07:00
2005-09-07 16:57:18 -07:00
2005-08-29 15:41:54 -07:00
2005-08-26 19:37:13 -07:00
2005-08-19 18:08:21 -07:00
2005-06-30 08:45:11 -07:00
2005-08-19 18:08:21 -07:00
2005-08-19 18:08:21 -07:00
2005-09-05 00:06:21 -07:00
2005-07-12 20:38:38 -07:00
2005-09-02 00:57:31 -07:00
2005-09-07 16:57:20 -07:00
2005-07-07 18:23:45 -07:00
2005-07-12 16:01:02 -07:00
2005-09-07 16:57:20 -07:00
2005-08-08 11:53:47 -07:00
2005-07-07 18:23:52 -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-07-13 11:25:24 -07:00
2005-09-07 16:57:19 -07:00
2005-08-20 18:51:29 -07:00
2005-09-07 16:57:18 -07:00
2005-07-27 16:26:06 -07:00
2005-09-07 16:57:18 -07:00
2005-07-27 16:26:07 -07:00
2005-08-19 18:02:56 -07:00
2005-08-07 10:00:38 -07:00
2005-07-12 20:38:38 -07:00
2005-07-12 20:38:38 -07:00
2005-07-07 18:23:52 -07:00
2005-09-07 16:57:27 -07:00