diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-03-08 16:03:10 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-03-08 16:03:10 -0500 |
commit | 54d20f006ceff1f2f1e69d0e54049b6c0765c039 (patch) | |
tree | e2418ba2f9ee4830d4fc3e16599189b8e1256899 /fs/sysfs/inode.c | |
parent | 7b60a18da393ed70db043a777fd9e6d5363077c4 (diff) |
Revert "sysfs: Kill nlink counting."
This reverts commit 524b6c5b39b931311dfe5a2f5abae2f5c9731676.
It has shown to break userspace tools, which is not acceptable.
Reported-by: Jiri Slaby <jslaby@suse.cz>
Cc: Eric W. Biederman <ebiederm@xmission.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/sysfs/inode.c')
-rw-r--r-- | fs/sysfs/inode.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/sysfs/inode.c b/fs/sysfs/inode.c index cc7ea5de2fdd..feb2d69396cf 100644 --- a/fs/sysfs/inode.c +++ b/fs/sysfs/inode.c | |||
@@ -217,6 +217,9 @@ static void sysfs_refresh_inode(struct sysfs_dirent *sd, struct inode *inode) | |||
217 | iattrs->ia_secdata, | 217 | iattrs->ia_secdata, |
218 | iattrs->ia_secdata_len); | 218 | iattrs->ia_secdata_len); |
219 | } | 219 | } |
220 | |||
221 | if (sysfs_type(sd) == SYSFS_DIR) | ||
222 | set_nlink(inode, sd->s_dir.subdirs + 2); | ||
220 | } | 223 | } |
221 | 224 | ||
222 | int sysfs_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) | 225 | int sysfs_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) |