Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377733
b: refs/heads/master
c: dcfae32
h: refs/heads/master
i:
  377731: 06f7fd5
v: v3
  • Loading branch information
David Howells committed Jun 19, 2013
1 parent 863ab09 commit d435b56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1bb4b7f98f361132ea322834515334d95b93c184
refs/heads/master: dcfae32f892f03dee9896b19d1960c1ecd3f0583
5 changes: 2 additions & 3 deletions trunk/fs/fscache/operation.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,15 +260,14 @@ void fscache_abort_object(struct fscache_object *object)
}

/*
* jump start the operation processing on an object
* Jump start the operation processing on an object. The caller must hold
* object->lock.
*/
void fscache_start_operations(struct fscache_object *object)
{
struct fscache_operation *op;
bool stop = false;

ASSERT(spin_is_locked(&object->lock));

while (!list_empty(&object->pending_ops) && !stop) {
op = list_entry(object->pending_ops.next,
struct fscache_operation, pend_link);
Expand Down

0 comments on commit d435b56

Please sign in to comment.