Skip to content

Commit

Permalink
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/k…
Browse files Browse the repository at this point in the history
…ernel/git/jlbec/configfs

* 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs:
  configfs: Fix Trivial Warning in fs/configfs/symlink.c
  • Loading branch information
Linus Torvalds committed May 2, 2009
2 parents 7b39da7 + 3c48f23 commit afc1e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/configfs/symlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ int configfs_symlink(struct inode *dir, struct dentry *dentry, const char *symna
struct path path;
struct configfs_dirent *sd;
struct config_item *parent_item;
struct config_item *target_item;
struct config_item *target_item = NULL;
struct config_item_type *type;

ret = -EPERM; /* What lack-of-symlink returns */
Expand Down

0 comments on commit afc1e70

Please sign in to comment.