]> 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>
Thu, 12 Apr 2012 08:26:22 +0000 (09:26 +0100)
commite24695d69160cb931b21a3de5af28365d48952b5
tree8bf879ef324861726292c9c9b82b7c0ea48f1e33
parentf549e088b806f44b6ab6eeef0cb71ced1d2488dd
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