]> git.karo-electronics.de Git - karo-tx-linux.git/commit
GFS2: Drop "pull" argument from log_write_header()
authorSteven Whitehouse <swhiteho@redhat.com>
Mon, 2 Apr 2012 14:34:36 +0000 (15:34 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 2 Apr 2012 14:34:36 +0000 (15:34 +0100)
commitd4f7d4c8650283b00c7d31150bccfcfdc3892b22
treef7a5bbaea9eef5e0daa7490e7e666038d43de7ae
parentdfa8511f3e2c76a2ec79132c43c738ab561a03a1
GFS2: Drop "pull" argument from log_write_header()

The "pull" argument to log_write_header() is only used
for debug purposes and it is not really needed any more. There
are other tests for this particular problem, so I think we can
dispose of it in order to simplify the code.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/log.c