gfs2: Clean up gfs2_unstuff_dinode
[linux-2.6-microblaze.git] / fs / gfs2 / dir.c
index 18f67b3..42b7dff 100644 (file)
@@ -172,7 +172,7 @@ static int gfs2_dir_write_data(struct gfs2_inode *ip, const char *buf,
                return -EINVAL;
 
        if (gfs2_is_stuffed(ip)) {
-               error = gfs2_unstuff_dinode(ip, NULL);
+               error = gfs2_unstuff_dinode(ip);
                if (error)
                        return error;
        }