linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [tree-wide] finally take no_llseek out
@ 2024-09-27  1:56 Al Viro
  0 siblings, 0 replies; only message in thread
From: Al Viro @ 2024-09-27  1:56 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-fsdevel, linux-kernel

	no_llseek had been defined to NULL two years ago,
in 868941b14441 "fs: remove no_llseek".

	To quote that commit,

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.

	Unfortunately, that hadn't been done.  Linus, could you
do that now, so that we could finally put that thing to rest?
All instances are of the form
	.llseek = no_llseek,
so it's obviously safe (run the script, look at git diff and see
yourself).

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-09-27  1:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-27  1:56 [tree-wide] finally take no_llseek out Al Viro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).