[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1579602341-57131-1-git-send-email-alex.shi@linux.alibaba.com>
Date: Tue, 21 Jan 2020 18:25:41 +0800
From: Alex Shi <alex.shi@...ux.alibaba.com>
To: unlisted-recipients:; (no To-header on input)
Cc: Amir Goldstein <amir73il@...il.com>,
Miklos Szeredi <miklos@...redi.hu>,
linux-unionfs@...r.kernel.org, linux-kernel@...r.kernel.org
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 <alex.shi@...ux.alibaba.com>
Cc: Amir Goldstein <amir73il@...il.com>
Cc: Miklos Szeredi <miklos@...redi.hu>
Cc: linux-unionfs@...r.kernel.org
Cc: linux-kernel@...r.kernel.org
---
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
Powered by blists - more mailing lists