From: Eric Biggers Date: Sat, 6 Apr 2019 22:53:05 +0000 (-0400) Subject: ext4: remove incorrect comment for NEXT_ORPHAN() X-Git-Tag: microblaze-v5.4-rc1~628^2~36 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=fe53cbc5a39852a7e98d9993e617d49b61055b66;p=linux-2.6-microblaze.git ext4: remove incorrect comment for NEXT_ORPHAN() The comment above NEXT_ORPHAN() was meant for ext4_encrypted_inode(), which was moved by commit a7550b30ab70 ("ext4 crypto: migrate into vfs's crypto engine") but the comment was accidentally left in place. Since ext4_encrypted_inode() has now been removed, just remove the comment. Signed-off-by: Eric Biggers Signed-off-by: Theodore Ts'o Reviewed-by: Jan Kara --- diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index 82ffdacdc7fa..2a2e6ed9aab4 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h @@ -1592,9 +1592,6 @@ static inline void ext4_clear_state_flags(struct ext4_inode_info *ei) #define EXT4_SB(sb) (sb) #endif -/* - * Returns true if the inode is inode is encrypted - */ #define NEXT_ORPHAN(inode) EXT4_I(inode)->i_dtime /*