summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/porting
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2012-09-05 09:17:31 +0200
committerTakashi Iwai <tiwai@suse.de>2012-09-05 09:17:31 +0200
commit14e42917216ab0859827c2d8024df45a917301b4 (patch)
treeefbea5d1c54387d62a6fd66a21560232cf312fda /Documentation/filesystems/porting
parentALSA: emu10k1: use list_move_tail instead of list_del/list_add_tail (diff)
parentALSA: remove the main version information (diff)
downloadlinux-14e42917216ab0859827c2d8024df45a917301b4.tar.xz
linux-14e42917216ab0859827c2d8024df45a917301b4.zip
Merge branch 'fixes' of git://git.alsa-project.org/alsa-kernel into for-next
Diffstat (limited to 'Documentation/filesystems/porting')
-rw-r--r--Documentation/filesystems/porting5
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/filesystems/porting b/Documentation/filesystems/porting
index 2bef2b3843d1..0742feebc6e2 100644
--- a/Documentation/filesystems/porting
+++ b/Documentation/filesystems/porting
@@ -94,9 +94,8 @@ protected.
---
[mandatory]
-BKL is also moved from around sb operations. ->write_super() Is now called
-without BKL held. BKL should have been shifted into individual fs sb_op
-functions. If you don't need it, remove it.
+BKL is also moved from around sb operations. BKL should have been shifted into
+individual fs sb_op functions. If you don't need it, remove it.
---
[informational]