commit | c77534f6fb6d58e27d923b6825ea3b0ef485ab26 | [log] [tgz] |
---|---|---|
author | Tao Mao <tao.ma@oracle.com> | Tue Aug 28 17:22:33 2007 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Fri Oct 12 11:54:32 2007 -0700 |
tree | 0002821236678d0206d66e73939c99239cfa9eb3 | |
parent | 782e3b3b3804c38d5130c7f21d7ec7bf6709023f [diff] |
ocfs2: remove mostly unused field from insert structure ocfs2_insert_type->ins_free_records was only used in one place, and was set incorrectly in most places. We can free up some memory and lose some code by removing this. * Small warning fixup contributed by Andrew Mortom <akpm@linux-foundation.org> Signed-off-by: Tao Mao <tao.ma@oracle.com> Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>