From: Eric Sandeen Date: Thu, 28 Oct 2010 01:30:12 +0000 (-0400) Subject: ext4: tidy up a void argument in inode.c X-Git-Tag: v2.6.37-rc1~76^2^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbd08344e3df8c7c1d7aa04bc0c8c9367806e12d;p=pandora-kernel.git ext4: tidy up a void argument in inode.c This doesn't fix anything at all, it just removes a vestige of prior use from __mpage_da_writepage() __mpage_da_writepage() had a *void argument leftover from its previous life as a callback; make it reflect the actual type. Fixing this up makes it slightly more obvious to read, and enables proper typechecking. Signed-off-by: Eric Sandeen Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed