Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1578621

[PATCH net-next 0/2] afs: Use system UUID generation

From David Howells <dhowells@redhat.com>
Newsgroups linux.kernel
Subject [PATCH net-next 0/2] afs: Use system UUID generation
Date 2017-02-10 18:00 +0100
Message-ID <t9myt-5Vq-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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.

The patches can be found here also:

	http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=rxrpc-rewrite

Tagged thusly:

	git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git
	rxrpc-rewrite-20170210

David
---
Arnd Bergmann (1):
      afs: Use core kernel UUID generation

David Howells (1):
      afs: Move UUID struct to linux/uuid.h


 fs/afs/cmservice.c   |   28 ++++++++++++++--------------
 fs/afs/internal.h    |   38 +++++++-------------------------------
 fs/afs/main.c        |   49 ++-----------------------------------------------
 fs/afs/netdevices.c  |   21 ---------------------
 include/linux/uuid.h |   24 ++++++++++++++++++++++++
 5 files changed, 47 insertions(+), 113 deletions(-)

Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread


Thread

[PATCH net-next 0/2] afs: Use system UUID generation David Howells <dhowells@redhat.com> - 2017-02-10 18:00 +0100
  [PATCH net-next 1/2] afs: Move UUID struct to linux/uuid.h David Howells <dhowells@redhat.com> - 2017-02-10 18:00 +0100

csiph-web