Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330138
b: refs/heads/master
c: 3f36f61
h: refs/heads/master
v: v3
  • Loading branch information
Cruz Julian Bishop authored and Linus Torvalds committed Oct 5, 2012
1 parent 726ccee commit 0580ce7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c90518290ec88a45305a709aae72003a9bc8ad7c
refs/heads/master: 3f36f6100a29ef5a48f451d7123d0e57850b1f0f
7 changes: 0 additions & 7 deletions trunk/fs/fat/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,6 @@ int fat_search_long(struct inode *inode, const unsigned char *name,

return err;
}

EXPORT_SYMBOL_GPL(fat_search_long);

struct fat_ioctl_filldir_callback {
Expand Down Expand Up @@ -892,7 +891,6 @@ int fat_get_dotdot_entry(struct inode *dir, struct buffer_head **bh,
}
return -ENOENT;
}

EXPORT_SYMBOL_GPL(fat_get_dotdot_entry);

/* See if directory is empty */
Expand All @@ -915,7 +913,6 @@ int fat_dir_empty(struct inode *dir)
brelse(bh);
return result;
}

EXPORT_SYMBOL_GPL(fat_dir_empty);

/*
Expand Down Expand Up @@ -961,7 +958,6 @@ int fat_scan(struct inode *dir, const unsigned char *name,
}
return -ENOENT;
}

EXPORT_SYMBOL_GPL(fat_scan);

static int __fat_remove_entries(struct inode *dir, loff_t pos, int nr_slots)
Expand Down Expand Up @@ -1049,7 +1045,6 @@ int fat_remove_entries(struct inode *dir, struct fat_slot_info *sinfo)

return 0;
}

EXPORT_SYMBOL_GPL(fat_remove_entries);

static int fat_zeroed_cluster(struct inode *dir, sector_t blknr, int nr_used,
Expand Down Expand Up @@ -1161,7 +1156,6 @@ int fat_alloc_new_dir(struct inode *dir, struct timespec *ts)
error:
return err;
}

EXPORT_SYMBOL_GPL(fat_alloc_new_dir);

static int fat_add_new_entries(struct inode *dir, void *slots, int nr_slots,
Expand Down Expand Up @@ -1377,5 +1371,4 @@ int fat_add_entries(struct inode *dir, void *slots, int nr_slots,
__fat_remove_entries(dir, pos, free_slots);
return err;
}

EXPORT_SYMBOL_GPL(fat_add_entries);

0 comments on commit 0580ce7

Please sign in to comment.