From: Alex Elder Date: Fri, 15 Feb 2013 17:42:29 +0000 (-0600) Subject: ceph: kill ceph_osdc_writepages() "flags" parameter X-Git-Tag: v3.9-rc1~41^2~21^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2480882611e3ab844563dd3d0a822227604ab8fe;p=pandora-kernel.git ceph: kill ceph_osdc_writepages() "flags" parameter There is only one caller of ceph_osdc_writepages(), and it always passes 0 as its "flags" argument. Get rid of that argument and replace its use in ceph_osdc_writepages() with 0. Signed-off-by: Alex Elder Reviewed-by: Josh Durgin --- Reading git-diff-tree failed