ialloc.c (c58310bf4933986513020fa90b4190c7492995ae) ialloc.c (15aebd2866b21a568d8defec134bf29f9aea9088)
1/*
2 * ialloc.c
3 *
4 * PURPOSE
5 * Inode allocation handling routines for the OSTA-UDF(tm) filesystem.
6 *
7 * COPYRIGHT
8 * This file is distributed under the terms of the GNU General Public

--- 7 unchanged lines hidden (view full) ---

16 *
17 * 02/24/99 blf Created.
18 *
19 */
20
21#include "udfdecl.h"
22#include <linux/fs.h>
23#include <linux/quotaops.h>
1/*
2 * ialloc.c
3 *
4 * PURPOSE
5 * Inode allocation handling routines for the OSTA-UDF(tm) filesystem.
6 *
7 * COPYRIGHT
8 * This file is distributed under the terms of the GNU General Public

--- 7 unchanged lines hidden (view full) ---

16 *
17 * 02/24/99 blf Created.
18 *
19 */
20
21#include "udfdecl.h"
22#include <linux/fs.h>
23#include <linux/quotaops.h>
24#include <linux/udf_fs.h>
25#include <linux/sched.h>
26#include <linux/slab.h>
27
28#include "udf_i.h"
29#include "udf_sb.h"
30
31void udf_free_inode(struct inode *inode)
32{

--- 147 unchanged lines hidden ---
24#include <linux/sched.h>
25#include <linux/slab.h>
26
27#include "udf_i.h"
28#include "udf_sb.h"
29
30void udf_free_inode(struct inode *inode)
31{

--- 147 unchanged lines hidden ---