commit | a271fe8527fe9637bdd82c97123b1356940dd84b | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Tue Jul 27 11:56:04 2010 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Jul 27 11:56:04 2010 -0400 |
tree | 07a950c18ad1c2391d18272d6154d23c83b71a8e | |
parent | e5880d76aea443b04e07da19830da0f6f7494eef [diff] [blame] |
ext4: Remove unnecessary casts of private_data Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
diff --git a/fs/ext4/dir.c b/fs/ext4/dir.c index 62e8af0..374510f 100644 --- a/fs/ext4/dir.c +++ b/fs/ext4/dir.c
@@ -344,7 +344,7 @@ struct dir_private_info *info; int len; - info = (struct dir_private_info *) dir_file->private_data; + info = dir_file->private_data; p = &info->root.rb_node; /* Create and allocate the fname structure */