Commit 911e690e authored by David Howells's avatar David Howells Committed by Linus Torvalds

CacheFiles: Fixup renamed filenames in comments in internal.h

Fix up renamed filenames in comments in fs/cachefiles/internal.h.

Originally, the files were all called cf-xxx.c, but they got renamed to
just xxx.c.
Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 348ca102
...@@ -122,13 +122,13 @@ static inline void cachefiles_state_changed(struct cachefiles_cache *cache) ...@@ -122,13 +122,13 @@ static inline void cachefiles_state_changed(struct cachefiles_cache *cache)
} }
/* /*
* cf-bind.c * bind.c
*/ */
extern int cachefiles_daemon_bind(struct cachefiles_cache *cache, char *args); extern int cachefiles_daemon_bind(struct cachefiles_cache *cache, char *args);
extern void cachefiles_daemon_unbind(struct cachefiles_cache *cache); extern void cachefiles_daemon_unbind(struct cachefiles_cache *cache);
/* /*
* cf-daemon.c * daemon.c
*/ */
extern const struct file_operations cachefiles_daemon_fops; extern const struct file_operations cachefiles_daemon_fops;
...@@ -136,17 +136,17 @@ extern int cachefiles_has_space(struct cachefiles_cache *cache, ...@@ -136,17 +136,17 @@ extern int cachefiles_has_space(struct cachefiles_cache *cache,
unsigned fnr, unsigned bnr); unsigned fnr, unsigned bnr);
/* /*
* cf-interface.c * interface.c
*/ */
extern const struct fscache_cache_ops cachefiles_cache_ops; extern const struct fscache_cache_ops cachefiles_cache_ops;
/* /*
* cf-key.c * key.c
*/ */
extern char *cachefiles_cook_key(const u8 *raw, int keylen, uint8_t type); extern char *cachefiles_cook_key(const u8 *raw, int keylen, uint8_t type);
/* /*
* cf-namei.c * namei.c
*/ */
extern int cachefiles_delete_object(struct cachefiles_cache *cache, extern int cachefiles_delete_object(struct cachefiles_cache *cache,
struct cachefiles_object *object); struct cachefiles_object *object);
...@@ -165,7 +165,7 @@ extern int cachefiles_check_in_use(struct cachefiles_cache *cache, ...@@ -165,7 +165,7 @@ extern int cachefiles_check_in_use(struct cachefiles_cache *cache,
struct dentry *dir, char *filename); struct dentry *dir, char *filename);
/* /*
* cf-proc.c * proc.c
*/ */
#ifdef CONFIG_CACHEFILES_HISTOGRAM #ifdef CONFIG_CACHEFILES_HISTOGRAM
extern atomic_t cachefiles_lookup_histogram[HZ]; extern atomic_t cachefiles_lookup_histogram[HZ];
...@@ -190,7 +190,7 @@ void cachefiles_hist(atomic_t histogram[], unsigned long start_jif) ...@@ -190,7 +190,7 @@ void cachefiles_hist(atomic_t histogram[], unsigned long start_jif)
#endif #endif
/* /*
* cf-rdwr.c * rdwr.c
*/ */
extern int cachefiles_read_or_alloc_page(struct fscache_retrieval *, extern int cachefiles_read_or_alloc_page(struct fscache_retrieval *,
struct page *, gfp_t); struct page *, gfp_t);
...@@ -205,7 +205,7 @@ extern int cachefiles_write_page(struct fscache_storage *, struct page *); ...@@ -205,7 +205,7 @@ extern int cachefiles_write_page(struct fscache_storage *, struct page *);
extern void cachefiles_uncache_page(struct fscache_object *, struct page *); extern void cachefiles_uncache_page(struct fscache_object *, struct page *);
/* /*
* cf-security.c * security.c
*/ */
extern int cachefiles_get_security_ID(struct cachefiles_cache *cache); extern int cachefiles_get_security_ID(struct cachefiles_cache *cache);
extern int cachefiles_determine_cache_security(struct cachefiles_cache *cache, extern int cachefiles_determine_cache_security(struct cachefiles_cache *cache,
...@@ -225,7 +225,7 @@ static inline void cachefiles_end_secure(struct cachefiles_cache *cache, ...@@ -225,7 +225,7 @@ static inline void cachefiles_end_secure(struct cachefiles_cache *cache,
} }
/* /*
* cf-xattr.c * xattr.c
*/ */
extern int cachefiles_check_object_type(struct cachefiles_object *object); extern int cachefiles_check_object_type(struct cachefiles_object *object);
extern int cachefiles_set_object_xattr(struct cachefiles_object *object, extern int cachefiles_set_object_xattr(struct cachefiles_object *object,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment