From 7680da0721ad7340bc73a10820c3c1e2a7b50b07 Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Sun, 21 Oct 2007 16:06:42 -0400 Subject: [PATCH] Unionfs: remove obsolete #define and comment Signed-off-by: Erez Zadok --- include/linux/union_fs.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/linux/union_fs.h b/include/linux/union_fs.h index d13eb48e269..a467de06a60 100644 --- a/include/linux/union_fs.h +++ b/include/linux/union_fs.h @@ -18,8 +18,5 @@ # define UNIONFS_IOCTL_INCGEN _IOR(0x15, 11, int) # define UNIONFS_IOCTL_QUERYFILE _IOR(0x15, 15, int) -/* We don't support normal remount, but unionctl uses it. */ -# define UNIONFS_REMOUNT_MAGIC 0x4a5a4380 - #endif /* _LINUX_UNIONFS_H */ -- 2.43.0