Define protocol version of {mode,ino,uid,gid}_t

Change-Id: Ia2027749f2ce55a561d19eb895a5618505e9a2ac
This commit is contained in:
Thomas Veerman
2013-03-07 14:46:21 +00:00
committed by Lionel Sambuc
parent c66fd312d4
commit ab19ece134
62 changed files with 311 additions and 303 deletions

View File

@@ -29,7 +29,7 @@ static void wipe_inode(struct inode *rip);
/*===========================================================================*
* alloc_inode *
*===========================================================================*/
struct inode *alloc_inode(struct inode *parent, mode_t bits)
struct inode *alloc_inode(struct inode *parent, pmode_t bits)
{
/* Allocate a free inode on parent's dev, and return a pointer to it. */
@@ -125,7 +125,7 @@ struct inode *parent; /* parent of newly allocated inode */
int is_dir; /* inode will be a directory if it is TRUE */
{
int group;
ino_t inumber = NO_BIT;
pino_t inumber = NO_BIT;
bit_t bit;
struct buf *bp;
struct group_desc *gd;