A couple of fixes, both -stable fodder.  O_SYNC bug is
fairly old...  Please, pull from the usual place -
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus

Shortlog:
Al Viro (2):
      fix O_SYNC|O_APPEND syncing the wrong range on write()
      fix a kmap leak in virtio_console

Diffstat:
 drivers/char/virtio_console.c |    9 +++------
 fs/cifs/file.c                |    4 ++--
 fs/ext4/file.c                |    2 +-
 fs/ntfs/file.c                |    2 +-
 fs/sync.c                     |   17 -----------------
 fs/xfs/xfs_file.c             |    2 +-
 include/linux/fs.h            |    8 +++++++-
 mm/filemap.c                  |    4 ++--
 8 files changed, 17 insertions(+), 31 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to