]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ext4: factor out is_special_ino()
authorZhang Yi <yi.zhang@huawei.com>
Wed, 23 Apr 2025 08:52:54 +0000 (16:52 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 14 May 2025 14:42:12 +0000 (10:42 -0400)
commit0b8e0bd45007d5740391e658c2581bd614207387
treeb56d64531d976768a80672f38ed93ca63e3fd5e2
parentf22a0ef2231a7d8374bb021eb86404d0e9de5a02
ext4: factor out is_special_ino()

Factor out the helper is_special_ino() to facilitate the checking of
special inodes in the subsequent patches.

Signed-off-by: Zhang Yi <yi.zhang@huawei.com>
Link: https://patch.msgid.link/20250423085257.122685-7-yi.zhang@huaweicloud.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/ext4.h
fs/ext4/inode.c