Revision c103b21c20ee3d173ccccb7d5ca8f5b8bc02cac3 authored by Linus Torvalds on 17 December 2014, 17:41:32 UTC, committed by Linus Torvalds on 17 December 2014, 17:41:32 UTC
Pull fuse update from Miklos Szeredi:
 "The first part makes sure we don't hold up umount with pending async
  requests.  In addition to being a cleanup, this is a small behavioral
  change (for the better) and unlikely to break anything.

  The second part prepares for a cleanup of the fuse device I/O code by
  adding a helper for simple request submission, with some savings in
  line numbers already realized"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse:
  fuse: use file_inode() in fuse_file_fallocate()
  fuse: introduce fuse_simple_request() helper
  fuse: reduce max out args
  fuse: hold inode instead of path after release
  fuse: flush requests on umount
  fuse: don't wake up reserved req in fuse_conn_kill()
2 parent s 603ba7e + 1c68271
History
File Mode Size
Kconfig -rw-r--r-- 1.9 KB
Makefile -rw-r--r-- 419 bytes
da8xx_remoteproc.c -rw-r--r-- 7.7 KB
omap_remoteproc.c -rw-r--r-- 6.2 KB
omap_remoteproc.h -rw-r--r-- 2.8 KB
remoteproc_core.c -rw-r--r-- 39.0 KB
remoteproc_debugfs.c -rw-r--r-- 7.0 KB
remoteproc_elf_loader.c -rw-r--r-- 9.3 KB
remoteproc_internal.h -rw-r--r-- 3.5 KB
remoteproc_virtio.c -rw-r--r-- 9.3 KB
ste_modem_rproc.c -rw-r--r-- 8.5 KB

back to top