]> www.infradead.org Git - users/jedix/linux-maple.git/commit
afs: Remove the "autocell" mount option
authorDavid Howells <dhowells@redhat.com>
Mon, 24 Feb 2025 10:22:47 +0000 (10:22 +0000)
committerDavid Howells <dhowells@redhat.com>
Mon, 10 Mar 2025 09:47:05 +0000 (09:47 +0000)
commit4c5ad63f85ef984cc809538b2dcbc113aed82330
tree8c72b403406035accbe3246b4f10c7553a96ad8b
parent823869e1e61607ab0d433de3c8abed221dc80a5e
afs: Remove the "autocell" mount option

Remove the "autocell" mount option.  It was an attempt to do automounting
of arbitrary cells based on what the user looked up but within the root
directory of a mounted volume.  This isn't really the right thing to do,
and using the "dyn" mount option to get the dynamic root is the right way
to do it.  The kafs-client package uses "-o dyn" when mounting /afs, so it
should be safe to drop "-o autocell".

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
cc: linux-fsdevel@vger.kernel.org
Link: https://lore.kernel.org/r/20250224234154.2014840-7-dhowells@redhat.com/
Link: https://lore.kernel.org/r/20250310094206.801057-3-dhowells@redhat.com/
fs/afs/dir.c
fs/afs/dynroot.c
fs/afs/internal.h
fs/afs/super.c