[GFS2] use snprintf for sysfs show
authorDavid Teigland <teigland@redhat.com>
Wed, 6 Sep 2006 21:57:06 +0000 (16:57 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 7 Sep 2006 13:43:34 +0000 (09:43 -0400)
Use snprintf(buf, PAGE_SIZE, ...) instead of sprintf for sysfs show
methods.  Per instructions in Documentation/filesystems/sysfs.txt

Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>

No differences found