From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erez Zadok Subject: [PATCH 9/9] Unionfs: remove obsolete #define and comment Date: Sun, 21 Oct 2007 19:51:22 -0400 Message-ID: <1193010687563-git-send-email-ezk@cs.sunysb.edu> References: <11930106823372-git-send-email-ezk@cs.sunysb.edu> Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, viro@ftp.linux.org.uk, hch@infradead.org, Erez Zadok To: akpm@linux-foundation.org Return-path: Received: from filer.fsl.cs.sunysb.edu ([130.245.126.2]:49210 "EHLO filer.fsl.cs.sunysb.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751584AbXJUXvv (ORCPT ); Sun, 21 Oct 2007 19:51:51 -0400 In-Reply-To: <11930106823372-git-send-email-ezk@cs.sunysb.edu> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Signed-off-by: Erez Zadok --- include/linux/union_fs.h | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/include/linux/union_fs.h b/include/linux/union_fs.h index 7f8dcc3..d29318f 100644 --- a/include/linux/union_fs.h +++ b/include/linux/union_fs.h @@ -20,8 +20,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 */ -- 1.5.2.2