commit | 894ef820b10d77e2d6d717342fc408bdd9825139 | [log] [tgz] |
---|---|---|
author | Randy Dunlap <randy.dunlap@oracle.com> | Sun Aug 16 07:33:30 2009 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sun Aug 16 08:35:58 2009 -0700 |
tree | 4d79204fdee6bc23a555503fc224f7e13a10e304 | |
parent | b2add73dbf93fd50f00564d7abc3e2b9aa9dd20c [diff] |
dm-log-userspace: fix printk format warning drivers/md/dm-log-userspace-transfer.c:110: warning: format '%lu' expects type 'long unsigned int', but argument 4 has type 'size_t' Previously posted and acked, but apparently lost. http://lkml.indiana.edu/hypermail/linux/kernel/0906.2/02074.html Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Cc: dm-devel@redhat.com Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>