On Thu, Aug 28, 2025 at 01:00:39AM +0100, Al Viro wrote: > Absolute majority of callers are passing the 4th argument equal to > strlen() of the 3rd one. > > Drop the v_size argument, add vfs_parse_fs_qstr() for the cases that > want independent length. > > Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx> > --- Reviewed-by: Christian Brauner <brauner@xxxxxxxxxx>