]> err.no Git - linux-2.6/commit
ocfs2: Don't allocate handle early in ocfs2_rename()
authorMark Fasheh <mark.fasheh@oracle.com>
Sat, 7 Oct 2006 01:40:41 +0000 (18:40 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Sat, 2 Dec 2006 02:27:53 +0000 (18:27 -0800)
commit85b9e783cbc8cf4acc7bfaa76f37ea26b426f514
treeb8ef170b91e476168cc1b6c71ae3ff500fe3e1a4
parentda5cbf2f9df922cfdafa39351691fa83517f1e25
ocfs2: Don't allocate handle early in ocfs2_rename()

It isn't used until ocfs2_start_trans() anyway.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/ocfs2/namei.c