Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1355329
| From | Al Viro <viro@ZenIV.linux.org.uk> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [git pull] a couple of fixes |
| Date | 2016-03-10 20:20 +0100 |
| Message-ID | <rbehP-2Wa-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Fix for my dumb braino in ncpfs and a long-standing breakage on
recovery from failed rename() in jffs2.
The following changes since commit a528aca7f359f4b0b1d72ae406097e491a5ba9ea:
use ->d_seq to get coherency between ->d_inode and ->d_flags (2016-02-29 12:16:43 -0500)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus
for you to fetch changes up to f93812846f31381d35c04c6c577d724254355e7f:
jffs2: reduce the breakage on recovery from halfway failed rename() (2016-03-07 23:07:10 -0500)
----------------------------------------------------------------
Al Viro (2):
ncpfs: fix a braino in OOM handling in ncp_fill_cache()
jffs2: reduce the breakage on recovery from halfway failed rename()
fs/jffs2/dir.c | 11 ++++++++---
fs/ncpfs/dir.c | 2 +-
2 files changed, 9 insertions(+), 4 deletions(-)
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[git pull] a couple of fixes Al Viro <viro@ZenIV.linux.org.uk> - 2016-03-10 20:20 +0100
csiph-web