commit | aa6a85a971065b013a71a399c3fc4312e2dd81eb | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <steve@men-an-tol.chygwyn.com> | Tue Jan 24 10:37:06 2006 +0000 |
committer | Steven Whitehouse <steve@men-an-tol.chygwyn.com> | Tue Jan 24 10:37:06 2006 +0000 |
tree | ae2d11d0ec557f17cce29e79b18df29b78f9b0f7 | |
parent | 8ca05c60de49c3bb523a435abc216b6b6eeb1067 [diff] |
[GFS2] Remove pointless argument relating to truncate For some reason a function pointer was being passed through the truncate code which only ever took one value. This removes the function pointer and replaces it with a single call to the function in question. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>