Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aufs: possible bugfix, warning about sb->s_remove_count #2
By the commit in linux-v3.3-rc1 7ada4db 2012-01-06 vfs: count unlinked inodes vfs:__destroy_inode() became available to produce a warning about sb->s_remove_count. In aufs, calling vfs:set_nlink() may confuse s_remove_count, espcially when the link count is unchaged. Artur Piechocki reported on github the warning is issued while I cannot reproduce by myself. This commit may not be able to disappear the warning, but it keeps the correct link count. See-also: sfjro/aufs-standalone#44 Signed-off-by: J. R. Okajima <[email protected]>
- Loading branch information