From: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>,
linux-kernel@vger.kernel.org
Subject: [GIT PULL] UBIFS changes for 2.6.39
Date: Fri, 15 Apr 2011 13:34:33 +0300 [thread overview]
Message-ID: <20110415103433.5187.44052.sendpatchset@localhost.localdomain> (raw)
Hi Linus,
please pull a couple of UBIFS fixes. One of them fixes a really bad bug
where UBIFS just oopses if one calls 'fsync()' when UBIFS is R/O-mounted.
I do not know why VFS does not filter out ->fsync() if the underlying
FS is R/O, but we simply missed this fact. And I won't be suprized if this
is an issue for some other FSes.
The second patch fixes compilation warnings.
The following changes since commit a6360dd37e1a144ed11e6548371bade559a1e4df:
Linux 2.6.39-rc3 (2011-04-11 17:21:51 -0700)
are available in the git repository at:
git://git.infradead.org/ubifs-2.6.git linux-next
Artem Bityutskiy (1):
UBIFS: fix oops when R/O file-system is fsync'ed
Maksim Rayskiy (1):
UBIFS: fix compilation warnings when compiling with gcc 4.5
fs/ubifs/debug.h | 152 +++++++++++++++++++++++++++++++++---------------------
fs/ubifs/file.c | 3 +
2 files changed, 97 insertions(+), 58 deletions(-)
Thanks,
Artem.
next reply other threads:[~2011-04-15 10:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-15 10:34 Artem Bityutskiy [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-04-24 6:47 [GIT PULL] UBIFS changes for 2.6.39 Artem Bityutskiy
2011-03-18 14:18 Artem Bityutskiy
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=20110415103433.5187.44052.sendpatchset@localhost.localdomain \
--to=artem.bityutskiy@nokia.com \
--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 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.