]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: remove duplicated #include of dax.h in inode.c
authorYang Li <yang.lee@linux.alibaba.com>
Wed, 4 May 2022 22:50:25 +0000 (06:50 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 18 May 2022 15:24:22 +0000 (11:24 -0400)
commitc1483a90e6f2abc512baed264f9d1e8ee4898354
tree943bbafc6bee498b9ddf31ddd1f56db7f67b2991
parent948cff205639d0b1485792d55f8f2b64998a12c7
ext4: remove duplicated #include of dax.h in inode.c

Fix following includecheck warning:
./fs/ext4/inode.c: linux/dax.h is included more than once.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Link: https://lore.kernel.org/r/20220504225025.44753-1-yang.lee@linux.alibaba.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/inode.c