Home
last modified time | relevance | path

Searched hist:d95852777bc8ba6b3ad3397d495c5f9dd8ca8383 (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/fs/9p/
H A Dvfs_inode_dotl.cdiff d95852777bc8ba6b3ad3397d495c5f9dd8ca8383 Fri Jun 22 03:39:14 CDT 2012 Al Viro <viro@zeniv.linux.org.uk> make ->atomic_open() return int

Change of calling conventions:
old new
NULL 1
file 0
ERR_PTR(-ve) -ve

Caller *knows* that struct file *; no need to return it.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
H A Dvfs_inode.cdiff d95852777bc8ba6b3ad3397d495c5f9dd8ca8383 Fri Jun 22 03:39:14 CDT 2012 Al Viro <viro@zeniv.linux.org.uk> make ->atomic_open() return int

Change of calling conventions:
old new
NULL 1
file 0
ERR_PTR(-ve) -ve

Caller *knows* that struct file *; no need to return it.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
/openbmc/linux/fs/ceph/
H A Ddir.cdiff d95852777bc8ba6b3ad3397d495c5f9dd8ca8383 Fri Jun 22 03:39:14 CDT 2012 Al Viro <viro@zeniv.linux.org.uk> make ->atomic_open() return int

Change of calling conventions:
old new
NULL 1
file 0
ERR_PTR(-ve) -ve

Caller *knows* that struct file *; no need to return it.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
H A Dsuper.hdiff d95852777bc8ba6b3ad3397d495c5f9dd8ca8383 Fri Jun 22 03:39:14 CDT 2012 Al Viro <viro@zeniv.linux.org.uk> make ->atomic_open() return int

Change of calling conventions:
old new
NULL 1
file 0
ERR_PTR(-ve) -ve

Caller *knows* that struct file *; no need to return it.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
H A Dfile.cdiff d95852777bc8ba6b3ad3397d495c5f9dd8ca8383 Fri Jun 22 03:39:14 CDT 2012 Al Viro <viro@zeniv.linux.org.uk> make ->atomic_open() return int

Change of calling conventions:
old new
NULL 1
file 0
ERR_PTR(-ve) -ve

Caller *knows* that struct file *; no need to return it.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
/openbmc/linux/fs/fuse/
H A Ddir.cdiff d95852777bc8ba6b3ad3397d495c5f9dd8ca8383 Fri Jun 22 03:39:14 CDT 2012 Al Viro <viro@zeniv.linux.org.uk> make ->atomic_open() return int

Change of calling conventions:
old new
NULL 1
file 0
ERR_PTR(-ve) -ve

Caller *knows* that struct file *; no need to return it.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
/openbmc/linux/fs/nfs/
H A Ddir.cdiff d95852777bc8ba6b3ad3397d495c5f9dd8ca8383 Fri Jun 22 03:39:14 CDT 2012 Al Viro <viro@zeniv.linux.org.uk> make ->atomic_open() return int

Change of calling conventions:
old new
NULL 1
file 0
ERR_PTR(-ve) -ve

Caller *knows* that struct file *; no need to return it.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
/openbmc/linux/fs/
H A Dnamei.cdiff d95852777bc8ba6b3ad3397d495c5f9dd8ca8383 Fri Jun 22 03:39:14 CDT 2012 Al Viro <viro@zeniv.linux.org.uk> make ->atomic_open() return int

Change of calling conventions:
old new
NULL 1
file 0
ERR_PTR(-ve) -ve

Caller *knows* that struct file *; no need to return it.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
/openbmc/linux/include/linux/
H A Dfs.hdiff d95852777bc8ba6b3ad3397d495c5f9dd8ca8383 Fri Jun 22 03:39:14 CDT 2012 Al Viro <viro@zeniv.linux.org.uk> make ->atomic_open() return int

Change of calling conventions:
old new
NULL 1
file 0
ERR_PTR(-ve) -ve

Caller *knows* that struct file *; no need to return it.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>