]> www.infradead.org Git - users/dwmw2/linux.git/commit
vfs: Convert devpts to use the new mount API
authorDavid Howells <dhowells@redhat.com>
Wed, 5 Feb 2025 21:34:30 +0000 (15:34 -0600)
committerChristian Brauner <brauner@kernel.org>
Thu, 6 Feb 2025 10:51:43 +0000 (11:51 +0100)
commitcc0876f817d6d1636795e97c20c3b2b1e177718c
tree981cbb79de42d97e6a2a64bb4dd11c3f39496e1b
parentf584714cffb9f7b3f1ae1d27bd57f099642fcfe8
vfs: Convert devpts to use the new mount API

Convert the devpts filesystem to the new internal mount API as the old
one will be obsoleted and removed.  This allows greater flexibility in
communication of mount parameters between userspace, the VFS and the
filesystem.

See Documentation/filesystems/mount_api.txt for more information.

Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: David Howells <dhowells@redhat.com>
[sandeen: forward port, keep pr_err vs errorf]
Co-developed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Link: https://lore.kernel.org/r/20250205213931.74614-3-sandeen@redhat.com
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/devpts/inode.c