diff options
author | David Howells <dhowells@redhat.com> | 2019-04-25 14:26:52 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2019-05-07 16:48:44 +0100 |
commit | b134d687dd9369bb2407a23c6ecc9e0a15d8bb20 (patch) | |
tree | d47c8ca5259eb85c26b79756243469964ea19ff4 /fs/afs/internal.h | |
parent | 6c6c1d63c243025956f061e67fff3a615aa0f6be (diff) | |
download | linux-b134d687dd9369bb2407a23c6ecc9e0a15d8bb20.tar.bz2 |
afs: Log more information for "kAFS: AFS vnode with undefined type\n"
Log more information when "kAFS: AFS vnode with undefined type\n" is
displayed due to a vnode record being retrieved from the server that
appears to have a duff file type (usually 0). This prints more information
to try and help pin down the problem.
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'fs/afs/internal.h')
-rw-r--r-- | fs/afs/internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/afs/internal.h b/fs/afs/internal.h index 91204e1428f2..585a5952f608 100644 --- a/fs/afs/internal.h +++ b/fs/afs/internal.h @@ -993,7 +993,8 @@ extern struct inode *afs_iget_pseudo_dir(struct super_block *, bool); extern struct inode *afs_iget(struct super_block *, struct key *, struct afs_fid *, struct afs_file_status *, struct afs_callback *, - struct afs_cb_interest *); + struct afs_cb_interest *, + struct afs_vnode *); extern void afs_zap_data(struct afs_vnode *); extern int afs_validate(struct afs_vnode *, struct key *); extern int afs_getattr(const struct path *, struct kstat *, u32, unsigned int); |