summaryrefslogtreecommitdiff
path: root/fs/nfsd
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfsd')
0 files changed, 0 insertions, 0 deletions
/?id=fb585b44383c4cff85f92e67377ee1c5f07d6dc1'>fb585b44383c4cff85f92e67377ee1c5f07d6dc1 (diff)parentb4db2b35fc444409daf483006111a2a705550fff (diff)
Merge tag 'rxrpc-rewrite-20170210' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
David Howells says: ==================== afs: Use system UUID generation There is now a general function for generating a UUID and AFS should make use of it. It's also been recommended to me that I switch to using random rather than time plus MAC address-based UUIDs which this function does. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat
-rw-r--r--fs/afs/cmservice.c28
-rw-r--r--fs/afs/internal.h38
-rw-r--r--fs/afs/main.c49
-rw-r--r--fs/afs/netdevices.c21
-rw-r--r--include/linux/uuid.h24
5 files changed, 47 insertions, 113 deletions
diff --git a/fs/afs/cmservice.c b/fs/afs/cmservice.c