Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48553
b: refs/heads/master
c: beb497a
h: refs/heads/master
i:
  48551: e915ff1
v: v3
  • Loading branch information
Dmitriy Monakhov authored and Linus Torvalds committed Feb 16, 2007
1 parent 00a068e commit 9f4af3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fb4d64e78ceab77cf20f7796f74aa10ebe862032
refs/heads/master: beb497ab48b1639282129f7bc18fef311fffff3d
3 changes: 2 additions & 1 deletion trunk/fs/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -2688,10 +2688,11 @@ int __page_symlink(struct inode *inode, const char *symname, int len,
{
struct address_space *mapping = inode->i_mapping;
struct page *page;
int err = -ENOMEM;
int err;
char *kaddr;

retry:
err = -ENOMEM;
page = find_or_create_page(mapping, 0, gfp_mask);
if (!page)
goto fail;
Expand Down

0 comments on commit 9f4af3f

Please sign in to comment.