Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S268064AbUIGNMA (ORCPT ); Tue, 7 Sep 2004 09:12:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S268028AbUIGNJi (ORCPT ); Tue, 7 Sep 2004 09:09:38 -0400 Received: from mx1.redhat.com ([66.187.233.31]:10190 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S268029AbUIGNDt (ORCPT ); Tue, 7 Sep 2004 09:03:49 -0400 Date: Tue, 7 Sep 2004 14:02:27 +0100 Message-Id: <200409071302.i87D2ROd030909@sisko.scot.redhat.com> From: Stephen Tweedie To: Andrew Morton , linux-kernel@vger.kernel.org, Mingming Cao , pbadari@us.ibm.com, Ram Pai Cc: Stephen Tweedie Subject: [Patch 2/6]: ext3 reservations: Renumber the ext3 reservations ioctls Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 919 Lines: 24 All ext2/3 ioctls apart from these ones use 'f' as the root char for their macro-generated ioctl numbers; make reservations consistent with this. Signed-off-by: Stephen Tweedie --- linux-2.6.9-rc1-mm4/include/linux/ext3_fs.h.=K0001=.orig +++ linux-2.6.9-rc1-mm4/include/linux/ext3_fs.h @@ -235,8 +235,8 @@ struct ext3_new_group_data { #ifdef CONFIG_JBD_DEBUG #define EXT3_IOC_WAIT_FOR_READONLY _IOR('f', 99, long) #endif -#define EXT3_IOC_GETRSVSZ _IOR('r', 1, long) -#define EXT3_IOC_SETRSVSZ _IOW('r', 2, long) +#define EXT3_IOC_GETRSVSZ _IOR('f', 5, long) +#define EXT3_IOC_SETRSVSZ _IOW('f', 6, long) /* * Structure of an inode on the disk - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/