Unionfs: initialize path_save variable
authorErez Zadok <ezk@cs.sunysb.edu>
Fri, 15 Feb 2008 22:18:48 +0000 (17:18 -0500)
committerErez Zadok <ezk@cs.sunysb.edu>
Sun, 27 Apr 2014 02:26:34 +0000 (22:26 -0400)
commitc95b39fa25a4a62e8fdda6d89d9e38a00d3703b0
treebccf118bfa2b7be213c23274c818751342b75c0f
parentaf575846652c1933a1c20f7d17977318090b888a
Unionfs: initialize path_save variable

This is not strictly necessary, but it helps quiet a gcc-4.2 warning (a good
optimizer may optimize this initialization away).

Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
Signed-off-by: Josef 'Jeff' Sipek <jsipek@cs.sunysb.edu>
fs/unionfs/inode.c