Merge tag 'afs-fixes-20231124' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Pull AFS fixes from David Howells: - Fix the afs_server_list struct to be cleaned up with RCU - Fix afs to translate a no-data result from a DNS lookup into ENOENT, not EDESTADDRREQ for consistency with OpenAFS - Fix afs to translate a negative DNS lookup result into ENOENT rather than EDESTADDRREQ - Fix file locking on R/O volumes to operate in local mode as the server doesn't handle exclusive locks on such files - Set SB_RDONLY on superblocks for RO and Backup volumes so that the VFS can see that they're read only * tag 'afs-fixes-20231124' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs: afs: Mark a superblock for an R/O or Backup volume as SB_RDONLY afs: Fix file locking on R/O volumes to operate in local mode afs: Return ENOENT if no cell DNS record can be found afs: Make error on cell lookup failure consistent with OpenAFS afs: Fix afs_server_list to be cleaned up with RCU
No related branches found
No related tags found
Showing
- fs/afs/dynroot.c 2 additions, 2 deletionsfs/afs/dynroot.c
- fs/afs/internal.h 1 addition, 0 deletionsfs/afs/internal.h
- fs/afs/server_list.c 1 addition, 1 deletionfs/afs/server_list.c
- fs/afs/super.c 4 additions, 0 deletionsfs/afs/super.c
- fs/afs/vl_rotate.c 10 additions, 0 deletionsfs/afs/vl_rotate.c
Loading
Please register or sign in to comment