Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208420
b: refs/heads/master
c: 06b1e10
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Torokhov authored and Linus Torvalds committed Aug 11, 2010
1 parent bae9fda commit 3284ce7
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 454eedb8901da895fb602998fa588cd62875d07d
refs/heads/master: 06b1e104b7ea1bf5145643de5a3fce28b831ca4c
4 changes: 3 additions & 1 deletion trunk/fs/open.c
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,9 @@ EXPORT_SYMBOL(generic_file_open);

/*
* This is used by subsystems that don't want seekable
* file descriptors
* file descriptors. The function is not supposed to ever fail, the only
* reason it returns an 'int' and not 'void' is so that it can be plugged
* directly into file_operations structure.
*/
int nonseekable_open(struct inode *inode, struct file *filp)
{
Expand Down

0 comments on commit 3284ce7

Please sign in to comment.