]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/btrfs/locking.c
Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight
[linux-2.6-omap-h63xx.git] / fs / btrfs / locking.c
index e30aa6e2958fee23b12553764f78cac4b993ebb1..39bae7761db6c20ae87686a70d383a12c6285ee6 100644 (file)
  * difference in almost every workload, but spinning for the right amount of
  * time needs some help.
  *
- * In general, we want to spin as long as the lock holder is doing btree searches,
- * and we should give up if they are in more expensive code.
+ * In general, we want to spin as long as the lock holder is doing btree
+ * searches, and we should give up if they are in more expensive code.
  */
+
 int btrfs_tree_lock(struct extent_buffer *eb)
 {
        int i;