commit | c0e1a3e80dc030cd54f06416efbf9e439bf6ecb7 | [log] [tgz] |
---|---|---|
author | Joel Becker <joel.becker@oracle.com> | Wed Sep 15 16:56:54 2010 -0700 |
committer | Joel Becker <joel.becker@oracle.com> | Wed Sep 15 16:56:54 2010 -0700 |
tree | 659e4af1bc80c9b14458cfcfae87a35fe196e8bf | |
parent | 5e98d492406818e6a94c0ba54c61f59d40cefa4a [diff] |
ocfs2: Silence unused warning. When CONFIG_OCFS2_DEBUG_MASKLOG is undefined, we don't use the dentry variable in ocfs2_sync_file(). Let's just move all access to the dentry inside the logging call. Signed-off-by: Joel Becker <joel.becker@oracle.com>