2020-01-21 10:27:19

by Alex Shi

[permalink] [raw]
Subject: [PATCH] ovl: remove unused macro

OVL_NLINK_ADD_UPPER macro is never used from it was introduced. Better
to remove it.

Signed-off-by: Alex Shi <[email protected]>
Cc: Amir Goldstein <[email protected]>
Cc: Miklos Szeredi <[email protected]>
Cc: [email protected]
Cc: [email protected]
---
fs/overlayfs/inode.c | 2 --
1 file changed, 2 deletions(-)

diff --git a/fs/overlayfs/inode.c b/fs/overlayfs/inode.c
index b045cf1826fc..7138561f955a 100644
--- a/fs/overlayfs/inode.c
+++ b/fs/overlayfs/inode.c
@@ -627,8 +627,6 @@ static void ovl_fill_inode(struct inode *inode, umode_t mode, dev_t rdev,
* upper inode where the nlink xattr can be stored before the copied up upper
* entry is unlink.
*/
-#define OVL_NLINK_ADD_UPPER (1 << 0)
-
/*
* On-disk format for indexed nlink:
*
--
1.8.3.1