From: Christoph Hellwig Date: Thu, 4 Jun 2015 03:48:20 +0000 (+1000) Subject: xfs: fix xfs_log_done interface X-Git-Tag: omap-for-v4.3/legacy-v2-signed~97^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f78c3901074e113a04150230087f1d76033bb0a4;p=pandora-kernel.git xfs: fix xfs_log_done interface Instead of the confusing flags argument pass a boolean flag to indicate if we want to release or regrant a log reservation. Also ensure that xfs_log_done always drop the reference on the log ticket, to both simplify the code and make the logic in xfs_trans_roll easier to understand. Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- Reading git-diff-tree failed