]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: remove incorrect comment for NEXT_ORPHAN()
authorEric Biggers <ebiggers@google.com>
Sat, 6 Apr 2019 22:53:05 +0000 (18:53 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 6 Apr 2019 22:53:05 +0000 (18:53 -0400)
commit7618ea25068c3682b4762a45519c63ba6a3196ce
tree8fd5b79b2e4deb9f7c1eb00b70435b1e6968c81c
parent12ce1af19d00827184c44aad27c2196594cb3ae4
ext4: remove incorrect comment for NEXT_ORPHAN()

The comment above NEXT_ORPHAN() was meant for ext4_encrypted_inode(),
which was moved by commit fc767f1fa0f9 ("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 <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Jan Kara <jack@suse.cz>
fs/ext4/ext4.h