From: akpm@linux-foundation.org
To: jack@suse.cz, schwab@suse.de, mm-commits@vger.kernel.org
Subject: - forbid-user-to-change-file-flags-on-quota-files-fix.patch removed from -mm tree
Date: Wed, 14 Nov 2007 16:41:40 -0800 [thread overview]
Message-ID: <200711150041.lAF0feF8001873@imap1.linux-foundation.org> (raw)
The patch titled
forbid-user-to-change-file-flags-on-quota-files fix
has been removed from the -mm tree. Its filename was
forbid-user-to-change-file-flags-on-quota-files-fix.patch
This patch was dropped because it was folded into forbid-user-to-change-file-flags-on-quota-files.patch
------------------------------------------------------
Subject: forbid-user-to-change-file-flags-on-quota-files fix
From: Jan Kara <jack@suse.cz>
A grammar correction in a comment.
Signed-off-by: Jan Kara <jack@suse.cz>
Cc: Andreas Schwab <schwab@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
fs/ext2/ioctl.c | 2 +-
fs/ext3/ioctl.c | 2 +-
fs/ext4/ioctl.c | 2 +-
fs/jfs/ioctl.c | 2 +-
fs/reiserfs/ioctl.c | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff -puN fs/ext2/ioctl.c~forbid-user-to-change-file-flags-on-quota-files-fix fs/ext2/ioctl.c
--- a/fs/ext2/ioctl.c~forbid-user-to-change-file-flags-on-quota-files-fix
+++ a/fs/ext2/ioctl.c
@@ -47,7 +47,7 @@ int ext2_ioctl (struct inode * inode, st
flags &= ~EXT2_DIRSYNC_FL;
mutex_lock(&inode->i_mutex);
- /* Is it quota file? Don't allow user mess with it */
+ /* Is it quota file? Do not allow user to mess with it */
if (IS_NOQUOTA(inode)) {
mutex_unlock(&inode->i_mutex);
return -EPERM;
diff -puN fs/ext3/ioctl.c~forbid-user-to-change-file-flags-on-quota-files-fix fs/ext3/ioctl.c
--- a/fs/ext3/ioctl.c~forbid-user-to-change-file-flags-on-quota-files-fix
+++ a/fs/ext3/ioctl.c
@@ -51,7 +51,7 @@ int ext3_ioctl (struct inode * inode, st
flags &= ~EXT3_DIRSYNC_FL;
mutex_lock(&inode->i_mutex);
- /* Is it quota file? Don't allow user mess with it */
+ /* Is it quota file? Do not allow user to mess with it */
if (IS_NOQUOTA(inode)) {
mutex_unlock(&inode->i_mutex);
return -EPERM;
diff -puN fs/ext4/ioctl.c~forbid-user-to-change-file-flags-on-quota-files-fix fs/ext4/ioctl.c
--- a/fs/ext4/ioctl.c~forbid-user-to-change-file-flags-on-quota-files-fix
+++ a/fs/ext4/ioctl.c
@@ -51,7 +51,7 @@ int ext4_ioctl (struct inode * inode, st
flags &= ~EXT4_DIRSYNC_FL;
mutex_lock(&inode->i_mutex);
- /* Is it quota file? Don't allow user mess with it */
+ /* Is it quota file? Do not allow user to mess with it */
if (IS_NOQUOTA(inode)) {
mutex_unlock(&inode->i_mutex);
return -EPERM;
diff -puN fs/jfs/ioctl.c~forbid-user-to-change-file-flags-on-quota-files-fix fs/jfs/ioctl.c
--- a/fs/jfs/ioctl.c~forbid-user-to-change-file-flags-on-quota-files-fix
+++ a/fs/jfs/ioctl.c
@@ -79,7 +79,7 @@ int jfs_ioctl(struct inode * inode, stru
if (!S_ISDIR(inode->i_mode))
flags &= ~JFS_DIRSYNC_FL;
- /* Is it quota file? Don't allow user mess with it */
+ /* Is it quota file? Do not allow user to mess with it */
if (IS_NOQUOTA(inode))
return -EPERM;
jfs_get_inode_flags(jfs_inode);
diff -puN fs/reiserfs/ioctl.c~forbid-user-to-change-file-flags-on-quota-files-fix fs/reiserfs/ioctl.c
--- a/fs/reiserfs/ioctl.c~forbid-user-to-change-file-flags-on-quota-files-fix
+++ a/fs/reiserfs/ioctl.c
@@ -57,7 +57,7 @@ int reiserfs_ioctl(struct inode *inode,
if (get_user(flags, (int __user *)arg))
return -EFAULT;
- /* Is it quota file? Don't allow user mess with it. */
+ /* Is it quota file? Do not allow user to mess with it. */
if (IS_NOQUOTA(inode))
return -EPERM;
if (((flags ^ REISERFS_I(inode)->
_
Patches currently in -mm which might be from jack@suse.cz are
origin.patch
forbid-user-to-change-file-flags-on-quota-files.patch
forbid-user-to-change-file-flags-on-quota-files-fix.patch
fix-64kb-blocksize-in-ext3-directories.patch
fix-64kb-blocksize-in-ext3-directories-checkpatch-fixes.patch
reply other threads:[~2007-11-15 0:42 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200711150041.lAF0feF8001873@imap1.linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=jack@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=mm-commits@vger.kernel.org \
--cc=schwab@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.