]> git.karo-electronics.de Git - mv-sheeva.git/commit
NFS: Display compressed (shorthand) IPv6 in /proc/mounts
authorChuck Lever <chuck.lever@oracle.com>
Thu, 3 Dec 2009 20:58:56 +0000 (15:58 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 3 Dec 2009 20:58:56 +0000 (15:58 -0500)
commitd250e190fb9b06f4c595eade88b3d0b705fb330a
tree963505275d87d596b674b061403cf6fa18b01f25
parentdd1fd90fe65e2e642f0e58e2ff4849f317a6c43d
NFS: Display compressed (shorthand) IPv6 in /proc/mounts

Recent changes to snprintf() introduced the %pI6c formatter, which can
display an IPv6 address with standard shorthanding.  Use this new
formatter when displaying IPv6 server addresses in /proc/mounts.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/super.c