]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[DLM] use snprintf in sysfs show
authorDavid Teigland <teigland@redhat.com>
Wed, 6 Sep 2006 22:01:40 +0000 (17:01 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 7 Sep 2006 13:44:01 +0000 (09:44 -0400)
commita1d144c71ddc11d3e9d9f29e92cf037da382a541
tree629825078b912ee4a24b85ba18c16ff340026071
parent3204a6c05588788f7686bc45585185a9a4788430
[DLM] use snprintf in sysfs show

Use snprintf(buf, PAGE_SIZE, ...) instead of sprintf in sysfs show
methods.

Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/dlm/lockspace.c