Re: [ext2resize] [PATCH] More endian-fixes (from fedora patch)
Status: Inactive
Brought to you by:
adilger
From: Petter R. <pe...@hu...> - 2006-06-10 20:16:15
|
[Andreas Dilger] > You may as well keep this part. OK. I'll commit it right away. >> +#define LINUX_S_IFMT 00170000 >> +#define LINUX_S_IFLNK 00120000 >> +#define LINUX_S_ISLNK(m) (((m) & LINUX_S_IFMT) == LINUX_S_IFLNK) > > This should go into a header. Well, which header? > The rest seems reasonable, though I also have no way to test it. Yeah. I've tested it on i386, but not on any big-endian machines. :/ > Can you please set up cvs update email so that interested parties > can see the checkins being made. Ah, I thought that was in place already. Where should it be sent? |