summaryrefslogtreecommitdiff
path: root/fs/proc/fd.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/proc/fd.h')
-rw-r--r--fs/proc/fd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/fd.h b/fs/proc/fd.h
index 7c047f256ae2..46dafadd0083 100644
--- a/fs/proc/fd.h
+++ b/fs/proc/fd.h
@@ -11,7 +11,7 @@ extern const struct inode_operations proc_fdinfo_inode_operations;
extern int proc_fd_permission(struct inode *inode, int mask);
-static inline int proc_fd(struct inode *inode)
+static inline unsigned int proc_fd(struct inode *inode)
{
return PROC_I(inode)->fd;
}