[PATCH v5 3/5] dax: drop size parameter to ->direct_access()

2015-08-12 Thread Dan Williams
None of the implementations currently use it. The common bdev_direct_access() entry point handles all the size checks before calling ->direct_access(). Signed-off-by: Christoph Hellwig Signed-off-by: Dan Williams --- arch/powerpc/sysdev/axonram.c |2 +- drivers/block/brd.c |

[PATCH v5 3/5] dax: drop size parameter to -direct_access()

2015-08-12 Thread Dan Williams
None of the implementations currently use it. The common bdev_direct_access() entry point handles all the size checks before calling -direct_access(). Signed-off-by: Christoph Hellwig h...@lst.de Signed-off-by: Dan Williams dan.j.willi...@intel.com --- arch/powerpc/sysdev/axonram.c |2 +-