debugfs: Add debugfs_create_u64()
authorMichael Ellerman <michael@ellerman.id.au>
Tue, 17 Apr 2007 05:59:36 +0000 (15:59 +1000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 27 Apr 2007 17:57:31 +0000 (10:57 -0700)
commit8447891fe845851738439788c74b3c811578e3f9
tree05834fbe797aa03a3db58dbc69e613a6afcd1a93
parent3106d46f51a1a72fdbf071ebc0800a9bcfcbc544
debugfs: Add debugfs_create_u64()

I went to use this the other day, only to find it didn't exist.

It's a straight copy of the debugfs u32 code, then s/u32/u64/. A quick
test shows it seems to be working.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/debugfs/file.c
include/linux/debugfs.h