]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'afs' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 25 May 2014 19:40:36 +0000 (12:40 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 25 May 2014 19:40:36 +0000 (12:40 -0700)
commit51c0be0baf195997f4c5eb26b657455b35cdb77a
tree5e304a271618ae987b556ac48fcbc841755d8e11
parent907c21ad4161d6f904a66e003c09dc4e6f41471e
parentc5de6f9a5854658dee96245abc9ca8d49ec9e29e
Merge branch 'afs' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs

Pull AFS fixes and cleanups from David Howells:
 "Here are some patches to the AFS filesystem:

  1) Fix problems in the clean-up parts of the cache manager service
     handler.

  2) Split afs_end_call() introduced in (1) and replace some identical
     code elsewhere with a call to the first half of the split function.

  3) Fix an error introduced in the workqueue PREPARE_WORK() elimination
     commits.

  4) Clean up argument passing to functions called from the workqueue as
     there's now an insulating layer between them and the workqueue.
     This is possible from (3)"

* 'afs' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs:
  AFS: Pass an afs_call* to call->async_workfn() instead of a work_struct*
  AFS: Fix kafs module unloading
  AFS: Part of afs_end_call() is identical to code elsewhere, so split it
  AFS: Fix cache manager service handlers