2013-06-25 10:40:10

by Miklos Szeredi

[permalink] [raw]
Subject: [GIT PULL] fuse bugfix for 3.10

Hi Linus,

Please pull the following bugfix for fuse:

git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git for-linus


It fixes a race between fallocate() and truncate().

Thanks,
Miklos

---
Maxim Patlasov (1):
fuse: hold i_mutex in fuse_file_fallocate()

---
fs/fuse/file.c | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)