X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=Documentation%2Ffilesystems%2Fporting;h=0742feebc6e221f9d79e400adab5feaba23098de;hb=270868f6e654b2c37627bba52c62f352735f99ba;hp=2bef2b3843d1d4e09ead99fed121de4b2ab92db2;hpb=219c6734380e810adcf9d4c98c7ffed81ed44b4f;p=karo-tx-linux.git 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]