fs: remove leftover comments from mandatory locking removal
[sfrench/cifs-2.6.git] / fs / read_write.c
index af057c57bdc6447177bfc03e276ba2cd63bd9401..0074afa7ecb3ef90ad83d2b9089833b2a17a2ee3 100644 (file)
@@ -368,10 +368,6 @@ int rw_verify_area(int read_write, struct file *file, const loff_t *ppos, size_t
        if (unlikely((ssize_t) count < 0))
                return -EINVAL;
 
-       /*
-        * ranged mandatory locking does not apply to streams - it makes sense
-        * only for files where position has a meaning.
-        */
        if (ppos) {
                loff_t pos = *ppos;