Files
linux_media/Documentation/filesystems
Jason A. Donenfeld 868941b144 fs: remove no_llseek
Now that all callers of ->llseek are going through vfs_llseek(), we
don't gain anything by keeping no_llseek around. Nothing actually calls
it and setting ->llseek to no_lseek is completely equivalent to
leaving it NULL.

Longer term (== by the end of merge window) we want to remove all such
intializations.  To simplify the merge window this commit does *not*
touch initializers - it only defines no_llseek as NULL (and simplifies
the tests on file opening).

At -rc1 we'll need do a mechanical removal of no_llseek -

git grep -l -w no_llseek | grep -v porting.rst | while read i; do
	sed -i '/\<no_llseek\>/d' $i
done
would do it.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2022-07-16 09:19:47 -04:00
..
2022-05-29 15:39:04 +08:00
2021-06-13 17:02:46 -06:00
2022-04-20 11:16:43 -07:00
2020-12-10 12:40:07 -06:00
2022-05-09 16:21:44 -04:00
2020-09-04 11:32:10 +02:00
2022-07-16 09:19:47 -04:00
2020-12-15 12:13:39 -08:00
2021-03-25 11:51:23 -06:00