From: Erez Zadok Date: Sun, 21 Oct 2007 20:10:59 +0000 (-0400) Subject: Unionfs: remove obsolete #define and comment X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=4195099924fa0c8b4e11a1d98439e4f7b61a7c34;p=unionfs-2.6.21.y.git Unionfs: remove obsolete #define and comment Signed-off-by: Erez Zadok --- 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 */