You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
AFS: implement file locking
Implement file locking for AFS. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
b0fed3140f
commit
e8d6c55412
@@ -168,6 +168,7 @@ static void __exit afs_exit(void)
|
||||
printk(KERN_INFO "kAFS: Red Hat AFS client v0.1 unregistering.\n");
|
||||
|
||||
afs_fs_exit();
|
||||
afs_kill_lock_manager();
|
||||
afs_close_socket();
|
||||
afs_purge_servers();
|
||||
afs_callback_update_kill();
|
||||
|
||||
Reference in New Issue
Block a user