diff options
author | 2011-11-21 12:11:32 +0100 | |
---|---|---|
committer | 2012-01-06 23:20:12 -0500 | |
commit | 7ada4db88634429f4da690ad1c4eb73c93085f0c (patch) | |
tree | ed1228f0bfa9d0050d746933595004d7c6e940f9 /net/unix/af_unix.c | |
parent | vfs: protect remounting superblock read-only (diff) | |
download | wireguard-linux-7ada4db88634429f4da690ad1c4eb73c93085f0c.tar.xz wireguard-linux-7ada4db88634429f4da690ad1c4eb73c93085f0c.zip |
vfs: count unlinked inodes
Add a new counter to the superblock that keeps track of unlinked but
not yet deleted inodes.
Do not WARN_ON if set_nlink is called with zero count, just do a
ratelimited printk. This happens on xfs and probably other
filesystems after an unclean shutdown when the filesystem reads inodes
which already have zero i_nlink. Reported by Christoph Hellwig.
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Tested-by: Toshiyuki Okajima <toshi.okajima@jp.fujitsu.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions