From: Manish Katiyar <mkatiyar@gmail.com>
To: "Theodore Ts'o" <tytso@mit.edu>, ext4 <linux-ext4@vger.kernel.org>
Cc: mkatiyar@gmail.com
Subject: [PATCH] : Remove incompatible pointer assignment warning in ext4 quota operations
Date: Wed, 28 Jan 2009 10:47:37 +0530 [thread overview]
Message-ID: <ea11fea30901272117j760a34e8w5df0ec1916632f3f@mail.gmail.com> (raw)
Below patch removes the following warning during compilation :
CC [M] fs/ext4/super.o
fs/ext4/super.c:949: warning: initialization from incompatible pointer type
LD [M] fs/ext4/ext4.o
Signed-off-by: Manish Katiyar <mkatiyar@gmail.com>
---
fs/ext4/ext4.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h
index 3ab1a41..0164866 100644
--- a/fs/ext4/ext4.h
+++ b/fs/ext4/ext4.h
@@ -1088,7 +1088,7 @@ extern int ext4_chunk_trans_blocks(struct inode
*, int nrblocks);
extern int ext4_block_truncate_page(handle_t *handle,
struct address_space *mapping, loff_t from);
extern int ext4_page_mkwrite(struct vm_area_struct *vma, struct page *page);
-extern unsigned long long ext4_get_reserved_space(struct inode *inode);
+extern qsize_t ext4_get_reserved_space(struct inode *inode);
/* ioctl.c */
extern long ext4_ioctl(struct file *, unsigned int, unsigned long);
--
1.5.4.3
Thanks -
Manish
next reply other threads:[~2009-01-28 5:17 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-28 5:17 Manish Katiyar [this message]
2009-01-28 5:21 ` [PATCH] : Remove incompatible pointer assignment warning in ext4 quota operations Manish Katiyar
2009-01-30 15:00 ` Manish Katiyar
2009-02-02 16:10 ` Jan Kara
2009-02-12 8:54 ` Manish Katiyar
2009-02-12 11:47 ` Theodore Tso
2009-02-12 14:22 ` Jan Kara
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ea11fea30901272117j760a34e8w5df0ec1916632f3f@mail.gmail.com \
--to=mkatiyar@gmail.com \
--cc=linux-ext4@vger.kernel.org \
--cc=tytso@mit.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.