Whamcloud - gitweb
- unland b_fid to HEAD
[fs/lustre-release.git] / lustre / smfs / ioctl.c
index 0a3019a..f9d9c2c 100644 (file)
@@ -50,11 +50,11 @@ static struct super_block *smfs_get_sb_by_path(char *path, int len)
 {
         struct super_block *sb;
         struct nameidata nd;
-        int error = 0;
 
         ENTRY;
 #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0))
         if (path_init(path, LOOKUP_FOLLOW, &nd)) {
+                int error = 0;
                 error = path_walk(path, &nd);
                 if (error) {
                         path_release(&nd);