diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-01-12 16:12:05 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2011-01-12 20:02:47 -0500 |
commit | 43d344d7722f9b914849ba0014342111a9a0b03e (patch) | |
tree | c82358306b77b2ccf94059de02fb3df3ac1593af /fs/hpfs/hpfs_fn.h | |
parent | 0df6a63f8735a7c8a877878bc215d4312e41ef81 (diff) | |
download | linux-43d344d7722f9b914849ba0014342111a9a0b03e.tar.gz linux-43d344d7722f9b914849ba0014342111a9a0b03e.tar.bz2 linux-43d344d7722f9b914849ba0014342111a9a0b03e.zip |
switch hpfs
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/hpfs/hpfs_fn.h')
-rw-r--r-- | fs/hpfs/hpfs_fn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/hpfs/hpfs_fn.h b/fs/hpfs/hpfs_fn.h index 2fee17d0d9ab..1c43dbea55e8 100644 --- a/fs/hpfs/hpfs_fn.h +++ b/fs/hpfs/hpfs_fn.h @@ -233,7 +233,7 @@ void hpfs_mark_4buffers_dirty(struct quad_buffer_head *); /* dentry.c */ -void hpfs_set_dentry_operations(struct dentry *); +extern const struct dentry_operations hpfs_dentry_operations; /* dir.c */ |