From: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
To: Linus Torvalds <torvalds@linux-foundation.org>,
linux-kernel@vger.kernel.org
Subject: [git pull] fatfs-2.6 patches
Date: Sat, 20 Jun 2009 23:24:04 +0900 [thread overview]
Message-ID: <87ocsjnfuj.fsf@devron.myhome.or.jp> (raw)
Hi,
This patch fixes the mistake of probably copy-and-paste.
[since the patch is small, it is attached for review]
Please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6.git master
to get these changes:
OGAWA Hirofumi (1):
fat: Fix the removal of opts->fs_dmask
fs/fat/inode.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff -puN fs/fat/inode.c~fat-fix-dmask-removal fs/fat/inode.c
--- linux-2.6/fs/fat/inode.c~fat-fix-dmask-removal 2009-06-20 21:20:43.000000000 +0900
+++ linux-2.6-hirofumi/fs/fat/inode.c 2009-06-20 21:49:36.000000000 +0900
@@ -966,7 +966,7 @@ static int parse_options(char *options,
opts->fs_uid = current_uid();
opts->fs_gid = current_gid();
- opts->fs_fmask = current_umask();
+ opts->fs_fmask = opts->fs_dmask = current_umask();
opts->allow_utime = -1;
opts->codepage = fat_default_codepage;
opts->iocharset = fat_default_iocharset;
_
--
OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
next reply other threads:[~2009-06-20 14:24 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-20 14:24 OGAWA Hirofumi [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-08-18 14:58 [git pull] fatfs-2.6 patches OGAWA Hirofumi
2011-06-06 11:20 OGAWA Hirofumi
2011-05-24 1:09 OGAWA Hirofumi
2010-05-22 18:22 OGAWA Hirofumi
2009-12-16 5:48 OGAWA Hirofumi
2009-09-25 14:02 OGAWA Hirofumi
2009-06-15 18:58 OGAWA Hirofumi
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=87ocsjnfuj.fsf@devron.myhome.or.jp \
--to=hirofumi@mail.parknet.co.jp \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox