Commit a3b016ca authored by Art Haas's avatar Art Haas Committed by David S. Miller

[PATCH] C99 initializer for fs/afs/inode.c

parent c6667949
...@@ -148,7 +148,7 @@ static int afs_iget5_set(struct inode *inode, void *opaque) ...@@ -148,7 +148,7 @@ static int afs_iget5_set(struct inode *inode, void *opaque)
*/ */
inline int afs_iget(struct super_block *sb, afs_fid_t *fid, struct inode **_inode) inline int afs_iget(struct super_block *sb, afs_fid_t *fid, struct inode **_inode)
{ {
struct afs_iget_data data = { fid: *fid }; struct afs_iget_data data = { .fid = *fid };
struct afs_super_info *as; struct afs_super_info *as;
struct inode *inode; struct inode *inode;
afs_vnode_t *vnode; afs_vnode_t *vnode;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment