From: Ryusuke Konishi Date: Thu, 16 Apr 2015 19:46:34 +0000 (-0700) Subject: nilfs2: unify type of key arguments in bmap interface X-Git-Tag: omap-for-v4.1/fixes-rc1~115^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3568a13f4089aac90b3763a2b6c293cd2b638ec1;p=pandora-kernel.git nilfs2: unify type of key arguments in bmap interface The type of key arguments in block mapping interface varies depending on function. For instance, nilfs_bmap_lookup_at_level() takes "__u64" for its key argument whereas nilfs_bmap_lookup() takes "unsigned long". This fits them to "__u64" to eliminate the variation. Signed-off-by: Ryusuke Konishi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed