Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321181
b: refs/heads/master
c: d4afcba
h: refs/heads/master
i:
  321179: e302f4a
v: v3
  • Loading branch information
Martin Pärtel authored and Richard Weinberger committed Aug 1, 2012
1 parent c2ebd4f commit f768b2a
Show file tree
Hide file tree
Showing 2 changed files with 2 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: b8a420952336ed81ef5c9bf8bad90d3deaee5521
refs/heads/master: d4afcba95fca4dd0f831fe72c1fa4f0638f23765
2 changes: 1 addition & 1 deletion trunk/arch/um/drivers/ubd_kern.c
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ static inline int ubd_file_size(struct ubd *ubd_dev, __u64 *size_out)
goto out;
}

fd = os_open_file(ubd_dev->file, global_openflags, 0);
fd = os_open_file(ubd_dev->file, of_read(OPENFLAGS()), 0);
if (fd < 0)
return fd;

Expand Down

0 comments on commit f768b2a

Please sign in to comment.