commit | 0695a3c744d851cc75d19cea9e63bc2f7dde836f | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Mon Oct 30 11:01:31 2017 -0400 |
committer | Tyler Hicks <tyhicks@canonical.com> | Mon Nov 06 18:24:08 2017 +0000 |
tree | 5547ef48a7850a54a679f7fd53417ae0dcd72760 | |
parent | 02f9876ebb5e9cd31013c62b8839508b2dc152f0 [diff] |
ecryptfs: remove unnecessary i_version bump There is no need to bump the i_version counter here, as ecryptfs does not set the SB_I_VERSION flag, and doesn't use it internally. It also only bumps it when the inode is instantiated, which doesn't make much sense. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Tyler Hicks <tyhicks@canonical.com>