]> 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)
commitb8c72d4eb5276b6788db22f67c2ada1650cc7b93
tree5e304a271618ae987b556ac48fcbc841755d8e11
parent38a6b0659de03312d759121190a157fbf83ffe9a
parent71f3a2ede88436e9c02d78e0d4b48362903f7afd
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