Add module param type 'ullong'
authorHannes Reinecke <hare@suse.de>
Wed, 25 Jun 2014 13:27:37 +0000 (15:27 +0200)
committerChristoph Hellwig <hch@lst.de>
Thu, 17 Jul 2014 20:07:37 +0000 (22:07 +0200)
commitb4210b810e5040f10a30ba56de6c3faab5c49345
treeeb7970e092cb7795bd935d0aff10c8dda1da833f
parent9cb78c16f5dadefd8dc5ba0ae5a2f26cd59419b3
Add module param type 'ullong'

Some driver might want to pass in an 64-bit value, so introduce
a module param type 'ullong'.

Signed-off-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Christoph Hellwig <hch@infradead.org>
Reviewed-by: Ewan Milne <emilne@redhat.com>
Acked-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Christoph Hellwig <hch@lst.de>
include/linux/moduleparam.h
kernel/params.c