From 5df15e5cf9aaf841c646157491a3cb51a6dadce2 Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Sat, 17 Nov 2007 23:33:39 -0500 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 be4031af82..379f251a62 100644 --- a/include/linux/union_fs.h +++ b/include/linux/union_fs.h @@ -18,7 +18,4 @@ # 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 /* not _LINUX_UNIONFS_H */ -- 2.43.0