Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
raspberrypi-kernel
提交
59af1584
R
raspberrypi-kernel
项目概览
openeuler
/
raspberrypi-kernel
通知
13
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
R
raspberrypi-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
59af1584
编写于
8月 24, 2008
作者:
A
Al Viro
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[PATCH] fix ->llseek() for a bunch of directories
Signed-off-by:
N
Al Viro
<
viro@zeniv.linux.org.uk
>
上级
8f3f655d
变更
6
隐藏空白更改
内联
并排
Showing
6 changed file
with
7 addition
and
0 deletion
+7
-0
fs/9p/vfs_dir.c
fs/9p/vfs_dir.c
+1
-0
fs/adfs/dir.c
fs/adfs/dir.c
+1
-0
fs/affs/dir.c
fs/affs/dir.c
+1
-0
fs/autofs4/root.c
fs/autofs4/root.c
+2
-0
fs/befs/linuxvfs.c
fs/befs/linuxvfs.c
+1
-0
fs/xfs/linux-2.6/xfs_file.c
fs/xfs/linux-2.6/xfs_file.c
+1
-0
未找到文件。
fs/9p/vfs_dir.c
浏览文件 @
59af1584
...
...
@@ -119,6 +119,7 @@ int v9fs_dir_release(struct inode *inode, struct file *filp)
const
struct
file_operations
v9fs_dir_operations
=
{
.
read
=
generic_read_dir
,
.
llseek
=
generic_file_llseek
,
.
readdir
=
v9fs_dir_readdir
,
.
open
=
v9fs_file_open
,
.
release
=
v9fs_dir_release
,
...
...
fs/adfs/dir.c
浏览文件 @
59af1584
...
...
@@ -197,6 +197,7 @@ adfs_dir_lookup_byname(struct inode *inode, struct qstr *name, struct object_inf
const
struct
file_operations
adfs_dir_operations
=
{
.
read
=
generic_read_dir
,
.
llseek
=
generic_file_llseek
,
.
readdir
=
adfs_readdir
,
.
fsync
=
file_fsync
,
};
...
...
fs/affs/dir.c
浏览文件 @
59af1584
...
...
@@ -19,6 +19,7 @@ static int affs_readdir(struct file *, void *, filldir_t);
const
struct
file_operations
affs_dir_operations
=
{
.
read
=
generic_read_dir
,
.
llseek
=
generic_file_llseek
,
.
readdir
=
affs_readdir
,
.
fsync
=
file_fsync
,
};
...
...
fs/autofs4/root.c
浏览文件 @
59af1584
...
...
@@ -36,6 +36,7 @@ const struct file_operations autofs4_root_operations = {
.
release
=
dcache_dir_close
,
.
read
=
generic_read_dir
,
.
readdir
=
dcache_readdir
,
.
llseek
=
dcache_dir_lseek
,
.
ioctl
=
autofs4_root_ioctl
,
};
...
...
@@ -44,6 +45,7 @@ const struct file_operations autofs4_dir_operations = {
.
release
=
dcache_dir_close
,
.
read
=
generic_read_dir
,
.
readdir
=
dcache_readdir
,
.
llseek
=
dcache_dir_lseek
,
};
const
struct
inode_operations
autofs4_indirect_root_inode_operations
=
{
...
...
fs/befs/linuxvfs.c
浏览文件 @
59af1584
...
...
@@ -66,6 +66,7 @@ static struct kmem_cache *befs_inode_cachep;
static
const
struct
file_operations
befs_dir_operations
=
{
.
read
=
generic_read_dir
,
.
readdir
=
befs_readdir
,
.
llseek
=
generic_file_llseek
,
};
static
const
struct
inode_operations
befs_dir_inode_operations
=
{
...
...
fs/xfs/linux-2.6/xfs_file.c
浏览文件 @
59af1584
...
...
@@ -475,6 +475,7 @@ const struct file_operations xfs_invis_file_operations = {
const
struct
file_operations
xfs_dir_file_operations
=
{
.
read
=
generic_read_dir
,
.
readdir
=
xfs_file_readdir
,
.
llseek
=
generic_file_llseek
,
.
unlocked_ioctl
=
xfs_file_ioctl
,
#ifdef CONFIG_COMPAT
.
compat_ioctl
=
xfs_file_compat_ioctl
,
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录