commit | 4885235806bb95c3fad5a5238e323cb746c3a49b | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Tue Sep 24 16:01:13 2013 +1000 |
committer | Ben Myers <bpm@sgi.com> | Tue Sep 24 12:31:41 2013 -0500 |
tree | 2952172d9a17ca87227a50766f3d69bf8f290982 | |
parent | 272b98c6455f00884f0350f775c5342358ebb73f [diff] |
xfs: lock the AIL before removing the buffer item Regression introduced by commit 46f9d2e ("xfs: aborted buf items can be in the AIL") which fails to lock the AIL before removing the item. Spinlock debugging throws a warning about this. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Mark Tinguely <tinguely@sgi.com> Signed-off-by: Ben Myers <bpm@sgi.com>